cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Connect AWS S3 Account

skodali
New Contributor III

Hello All,

I’m unable to connect the AWS S3 Account in spite of providing the correct tokens. Getting the below Error:
image
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

3 REPLIES 3

alchemiz
Contributor III

Try to include the S3 buckets read permission

s3:ListBucket , s3:ListBucketVersions , and s3:ListBucketMultipartUploads

Hope this helps 🙂

skodali
New Contributor III

@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?

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 ?? 😀