When specifying the Amazon AWS access keys or IAM Role associated to the S3 bucket, what are the minimum necessary rights that I need to have for licensing to function?
The security policy associated to the IAM Role or User who has access to the S3 bucket needs to contain specific S3 bucket rights below:
listObjects
- AWS S3 listObjects docs
- Requires s3:ListBucket
putObject
- AWS S3 putObject docs
- Requires s3:PutObject
deleteObjects
- AWS S3 deleteObjects docs
- Requires s3:DeleteObject
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article