mirror of
https://github.com/distribution/distribution.git
synced 2025-09-13 13:49:00 +00:00
update godep
This commit is contained in:
2
Godeps/_workspace/src/github.com/denverdino/aliyungo/oss/client.go
generated
vendored
2
Godeps/_workspace/src/github.com/denverdino/aliyungo/oss/client.go
generated
vendored
@@ -975,7 +975,7 @@ func (client *Client) setBaseURL(req *request) error {
|
||||
if client.endpoint == "" {
|
||||
req.baseurl = client.Region.GetEndpoint(client.Internal, req.bucket, client.Secure)
|
||||
} else {
|
||||
req.baseurl = fmt.Sprintf("%s://%s", client.endpoint, getProtocol(client.Secure))
|
||||
req.baseurl = fmt.Sprintf("%s://%s", getProtocol(client.Secure), client.endpoint)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user