Revert "Use S3 signature versoin 4 to support all regions"
If we set the correct region name, the signature version is selected
automatically
This reverts commit 1e22cc3236.
This commit is contained in:
@@ -19,7 +19,6 @@ function getBackupCredentials(apiConfig, callback) {
|
||||
assert(apiConfig.accessKeyId && apiConfig.secretAccessKey);
|
||||
|
||||
var credentials = {
|
||||
signatureVersion: 'v4',
|
||||
accessKeyId: apiConfig.accessKeyId,
|
||||
secretAccessKey: apiConfig.secretAccessKey,
|
||||
region: apiConfig.region || 'us-east-1'
|
||||
|
||||
Reference in New Issue
Block a user