Skip to content

Commit

Permalink
FT: Add getBucketReplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett Buchanan committed Jun 5, 2017
1 parent f31f989 commit 324ec1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions errors/arsenalErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@
"code": 404,
"description": "Indicates that the version ID specified in the request does not match an existing version."
},
"ReplicationConfigurationNotFoundError": {
"code": 404,
"description": "The replication configuration was not found"
},
"NotImplemented": {
"code": 501,
"description": "A header you provided implies functionality that is not implemented."
Expand Down
1 change: 1 addition & 0 deletions lib/policyEvaluator/RequestContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const _actionMap = {
bucketPutVersioning: 's3:PutBucketVersioning',
bucketPutWebsite: 's3:PutBucketWebsite',
bucketPutReplication: 's3:PutReplicationConfiguration',
bucketGetReplication: 's3:GetReplicationConfiguration',
completeMultipartUpload: 's3:PutObject',
initiateMultipartUpload: 's3:PutObject',
listMultipartUploads: 's3:ListBucketMultipartUploads',
Expand Down

0 comments on commit 324ec1b

Please sign in to comment.