AWS IAM policy for Lifecycle Policy?

Hi,

I have set up an AWS user in IAM for access to S3, gave permissions per this page:
https://www.msp360.com/resources/blog/backup-with-iam-users/

This works fine for backups, however when I hit Tools / Lifecycle Policy and select my account it says “Access Denied”. Console.log shows:

2020-10-16 17:18:12,004 [Base] [13] ERROR - Header Server: AmazonS3 2020-10-16 17:18:12,004 [PL] [13] ERROR - Error on listing lifecycle rules 2020-10-16 17:18:12,011 [UI] [1] ERROR - Load lifecycle configuration error CloudBerryLab.Base.Exceptions.AccessDeniedException

It seems it needs more permissions for this, but I can’t find listed anywhere what it needs. Any ideas? Thanks!

So I just added GetLifecycleConfiguration and PutLifecycleConfiguration on the bucket and that does the trick. :up:

[reply=“sgadsby;7044”] I was waiting on a reply from the team, but it seems you’re on the right track. If I get a formal reply from the team, I’ll update this post.