mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-05 12:50:40 +00:00
Remove a debug output.
This commit is contained in:
parent
3f8ed9703c
commit
fe509a598a
1
aws.go
1
aws.go
@ -34,7 +34,6 @@ func NewAWS(p *Plugin) AWS {
|
|||||||
Region: aws.String(p.Region),
|
Region: aws.String(p.Region),
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(p.Endpoint)
|
|
||||||
if p.Endpoint != "" {
|
if p.Endpoint != "" {
|
||||||
sessCfg.Endpoint = &p.Endpoint
|
sessCfg.Endpoint = &p.Endpoint
|
||||||
sessCfg.DisableSSL = aws.Bool(strings.HasPrefix(p.Endpoint, "http://"))
|
sessCfg.DisableSSL = aws.Bool(strings.HasPrefix(p.Endpoint, "http://"))
|
||||||
|
Loading…
Reference in New Issue
Block a user