Skip to content

Improve README with a minimal S3 policy #165

@solracsf

Description

@solracsf

The Minimal Policy would recommend the minimal rights needed for the application to run. Ex.:

GetObject
PutObject
DeleteObject

or a JSON:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "s3:PutObject",
        "s3:GetObject",
        "s3:DeleteObject"
      ],
      "Resource": ["arn:aws:s3:::bucketName/*"]
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions