AWS S3
How to configure AWS Storage
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:GetBucketLocation", "s3:GetObjectAttributes", "s3:PutObject", "s3:GetObject", "s3:ListBucket", "iam:SimulatePrincipalPolicy" ], "Resource": [ "arn:aws:s3:::di-test-bucket/*", "arn:aws:s3:::di-test-bucket", "arn:aws:iam::<account_id>:user/di-test" ] } ] }

Last updated
