Required AWS security settings

Created on 16 December 2015, about 9 years ago
Updated 4 January 2025, 5 days ago

Add to the README.txt a list of required AWS policies or custom policy configuration.

Example of custom policy. Note that this custom policy seems to be lacking something that s3fs requires.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": "s3:ListAllMyBuckets",
            "Resource": "arn:aws:s3:::*"
        },
        {
            "Effect": "Allow",
            "Action": [
                "s3:ListBucket",
                "s3:GetBucketLocation"
            ],
            "Resource": "arn:aws:s3:::mybucket"
        },
        {
            "Effect": "Allow",
            "Action": "s3:*",
            "Resource": [
                "arn:aws:s3:::mybucket"
            ]
        }
    ]
}
📌 Task
Status

Closed: outdated

Version

2.4

Component

Documentation

Created by

🇫🇮Finland MikaT

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇺🇸United States cmlara

    Drupal 7 end-of-life triage:
    Drupal 7 will reach end of life on January 5th.

    The 7.x branches of S3FS do not have any additional planned releases.

    Documentation in the D8+ branches has already been improved to include more details on required permissions.

Production build 0.71.5 2024