File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const (
54
54
GetObjectVersionTorrent action = "s3:GetObjectVersionTorrent"
55
55
GetReplicationConfiguration action = "s3:GetReplicationConfiguration"
56
56
ListAllMyBuckets action = "s3:ListAllMyBuckets"
57
- ListBucketMultiPartUploads action = "s3:ListBucketMultiPartUploads "
57
+ ListBucketMultipartUploads action = "s3:ListBucketMultipartUploads "
58
58
ListBucket action = "s3:ListBucket"
59
59
ListBucketVersions action = "s3:ListBucketVersions"
60
60
ListMultipartUploadParts action = "s3:ListMultipartUploadParts"
@@ -77,10 +77,12 @@ const (
77
77
)
78
78
79
79
var AllowedActions = []action {
80
+ AbortMultipartUpload ,
80
81
DeleteObject ,
81
82
GetBucketLocation ,
82
83
GetObject ,
83
84
ListBucket ,
85
+ ListBucketMultipartUploads ,
84
86
ListMultipartUploadParts ,
85
87
PutObject ,
86
88
PutLifecycleConfiguration ,
You can’t perform that action at this time.
0 commit comments