CreateMultipartUpload operation - AWS policy items needed?
问题 I'm doing multipart upload via aws cli console but getting this error; A client error (AccessDenied) occurred when calling the CreateMultipartUpload operation: Access Denied Below is my policy, am I missing something in there? Thanks. { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:ListAllMyBuckets" ], "Resource": "arn:aws:s3:::*" }, { "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:GetBucketLocation" ], "Resource": "arn:aws:s3:::mybucket" }, { "Effect":