mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-09 06:04:12 +00:00
Remove S3 retrying client which is leftover from goamz times.
Also workaround go vet warnings in s3/sever_test.go
This commit is contained in:
+1
-2
@@ -69,8 +69,7 @@ func NewPublishedStorage(accessKey, secretKey, sessionToken, region, endpoint, b
|
||||
storageClass, encryptionMethod string, plusWorkaround, disableMultiDel bool) (*PublishedStorage, error) {
|
||||
|
||||
config := &aws.Config{
|
||||
HTTPClient: RetryingClient,
|
||||
Region: aws.String(region),
|
||||
Region: aws.String(region),
|
||||
}
|
||||
|
||||
if endpoint != "" {
|
||||
|
||||
Reference in New Issue
Block a user