IAM rules
This article explains how to integrate a bucket using IAM rules instead of an access/secret key.
IAM policy configuration
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"s3:"
],
"Resource": [
"arn:aws:s3:::[bucket_name]",
"arn:aws:s3:::[bucket_name]/",
"arn:aws:s3:::[bucket_name]/"
]
}
]
}Enabling IAM authentication

Useful links and items
Last updated

