summaryrefslogtreecommitdiff
path: root/s3-error.go
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2017-07-19 18:58:00 +0200
committerMichael Stapelberg <stapelberg@debian.org>2017-07-19 18:58:00 +0200
commitc7638802ac6c5efbe71dd2a58181ded9b52b8f32 (patch)
tree77c25ec7b1cc42a5e01528ab9d3053cab3b7e6cd /s3-error.go
parent0ac70d53b0ee75143ac664abde44d702f90f7df2 (diff)
New upstream version 3.0.0
Diffstat (limited to 's3-error.go')
-rw-r--r--s3-error.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/s3-error.go b/s3-error.go
index 11b40a0..c5aff9b 100644
--- a/s3-error.go
+++ b/s3-error.go
@@ -25,7 +25,7 @@ var s3ErrorResponseMap = map[string]string{
"EntityTooLarge": "Your proposed upload exceeds the maximum allowed object size.",
"IncompleteBody": "You did not provide the number of bytes specified by the Content-Length HTTP header.",
"InternalError": "We encountered an internal error, please try again.",
- "InvalidAccessKeyID": "The access key ID you provided does not exist in our records.",
+ "InvalidAccessKeyId": "The access key ID you provided does not exist in our records.",
"InvalidBucketName": "The specified bucket is not valid.",
"InvalidDigest": "The Content-Md5 you specified is not valid.",
"InvalidRange": "The requested range is not satisfiable",