Created
November 24, 2021 04:59
-
-
Save prakashsvmx/cd6db05f99935a7b272981500181795f to your computer and use it in GitHub Desktop.
MinIO_S3_Policy_Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"s3:CreateBucket", | |
"s3:DeleteBucket", | |
"s3:ForceDeleteBucket", | |
"s3:GetBucketLocation", | |
"s3:ListAllMyBuckets", | |
"s3:DeleteObject", | |
"s3:GetObject", | |
"s3:ListBucket", | |
"s3:PutObject", | |
"s3:PutObjectTagging", | |
"s3:GetObjectTagging", | |
"s3:GetBucketPolicy", | |
"s3:PutBucketPolicy", | |
"s3:DeleteBucketPolicy", | |
"s3:GetBucketTagging", | |
"s3:PutBucketTagging", | |
"s3:AbortMultipartUpload", | |
"s3:ListMultipartUploadParts", | |
"s3:ListBucketMultipartUploads", | |
"s3:PutBucketVersioning", | |
"s3:GetBucketVersioning", | |
"s3:DeleteObjectVersion", | |
"s3:DeleteObjectVersionTagging", | |
"s3:GetObjectVersion", | |
"s3:BypassGovernanceRetention", | |
"s3:PutObjectRetention", | |
"s3:GetObjectRetention", | |
"s3:GetObjectLegalHold", | |
"s3:PutObjectLegalHold", | |
"s3:GetBucketObjectLockConfiguration", | |
"s3:PutBucketObjectLockConfiguration", | |
"s3:GetBucketNotification", | |
"s3:PutBucketNotification", | |
"s3:ListenNotification", | |
"s3:ListenBucketNotification", | |
"s3:PutLifecycleConfiguration", | |
"s3:GetLifecycleConfiguration", | |
"s3:PutEncryptionConfiguration", | |
"s3:GetEncryptionConfiguration", | |
"s3:GetReplicationConfiguration", | |
"s3:PutReplicationConfiguration", | |
"s3:ReplicateObject", | |
"s3:ReplicateDelete", | |
"s3:ReplicateTags", | |
"s3:GetObjectVersionForReplication", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment