06-15-2020 07:34 AM
Hello All,
I’m unable to connect the AWS S3 Account in spite of providing the correct tokens. Getting the below Error:
Provided Permissions : actions = [
“s3:GetObject*”,
“s3:PutObject*”,
“s3:DeleteObject*”,
“s3:List*”,
“s3:GetBucketLocation”,
]
Does anyone have this kind of issue? How can I resolve this?
Thanks,
Sasank
06-15-2020 11:35 AM
Try to include the S3 buckets read permission
s3:ListBucket
, s3:ListBucketVersions
, and s3:ListBucketMultipartUploads
Hope this helps 🙂
06-15-2020 11:52 AM
@alchemiz
When we provide “s3:List*” permissions it means any actions starting with List, still do we need to provide the above mentioned permissions separately?
06-15-2020 12:15 PM
Really not sure, but from my understanding s3:List or s3:ListObjects permission in listing the objects of an s3 bucket
Usually the s3:ListBucket or s3:ListAllMyBucket are set in the principal account i think ?? 😀