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 ?? ๐Ÿ˜€