Compare commits

..

No commits in common. "a2648e4c16cb59dd272073fe333d9d3d5e45070e" and "3fd4f641767136492a7c845fe8465df511ae234d" have entirely different histories.

5 changed files with 1 additions and 8 deletions

View File

@ -156,10 +156,6 @@
"code": 400,
"description": "The target bucket for logging does not exist, is not owned by you, or does not have the appropriate grants for the log-delivery group."
},
"InvalidTag": {
"code": 400,
"description": "The Tag you have provided is invalid"
},
"InvalidToken": {
"code": 400,
"description": "The provided token is malformed or otherwise invalid."

1
index.d.ts vendored
View File

@ -49,7 +49,6 @@ declare module "arsenal" {
'InvalidSOAPRequest'?: boolean;
'InvalidStorageClass'?: boolean;
'InvalidTargetBucketForLogging'?: boolean;
'InvalidTag'?: boolean;
'InvalidToken'?: boolean;
'InvalidURI'?: boolean;
'KeyTooLong'?: boolean;

View File

@ -35,7 +35,6 @@ function getCanonicalizedResource(request) {
'partNumber',
'policy',
'requestPayment',
'tagging',
'torrent',
'uploadId',
'uploads',

View File

@ -20,7 +20,6 @@ const _actionMap = {
bucketPut: 's3:CreateBucket',
bucketPutACL: 's3:PutBucketAcl',
bucketPutCors: 's3:PutBucketCORS',
bucketPutTagging: 's3:PutBucketTagging',
// for bucketDeleteCors need s3:PutBucketCORS permission
// see http://docs.aws.amazon.com/AmazonS3/latest/API/
// RESTBucketDELETEcors.html

View File

@ -3,7 +3,7 @@
"engines": {
"node": "6.9.5"
},
"version": "7.0.0-putbuckettagging",
"version": "7.0.0",
"description": "Common utilities for the S3 project components",
"main": "index.js",
"repository": {