{"id":16577745,"url":"https://github.com/alexwilson/s3-recursive-acl","last_synced_at":"2025-07-11T15:39:31.990Z","repository":{"id":47393053,"uuid":"112603238","full_name":"alexwilson/s3-recursive-acl","owner":"alexwilson","description":"A tool for bulk-updating ACL in Amazon S3","archived":false,"fork":false,"pushed_at":"2022-08-18T21:20:56.000Z","size":7,"stargazers_count":18,"open_issues_count":11,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T17:08:38.120Z","etag":null,"topics":["amazon-s3","aws","aws-iam","go","golang","s3","s3-bucket"],"latest_commit_sha":null,"homepage":"https://alexwilson.tech/content/4fa644e5-2101-4788-abfe-d2d28d9ef0a0","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexwilson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-30T11:24:32.000Z","updated_at":"2023-07-12T23:51:22.000Z","dependencies_parsed_at":"2022-09-07T16:03:08.872Z","dependency_job_id":null,"html_url":"https://github.com/alexwilson/s3-recursive-acl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexwilson/s3-recursive-acl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwilson%2Fs3-recursive-acl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwilson%2Fs3-recursive-acl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwilson%2Fs3-recursive-acl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwilson%2Fs3-recursive-acl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexwilson","download_url":"https://codeload.github.com/alexwilson/s3-recursive-acl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwilson%2Fs3-recursive-acl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264841991,"owners_count":23671910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-s3","aws","aws-iam","go","golang","s3","s3-bucket"],"created_at":"2024-10-11T22:12:05.723Z","updated_at":"2025-07-11T15:39:31.905Z","avatar_url":"https://github.com/alexwilson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3 Recursive ACL\n\nAn application for recursively setting canned ACL in an AWS S3 bucket.  Especially useful in large buckets.\n\nUsage: `$ AWS_PROFILE=default ./s3-recursive-acl --bucket my-bucket-name-here --region region-here --path path/to/recurse --acl aws-exec-read`\n\n| Canned ACL                | Applies to        | Permissions added to ACL                                                                                                                                  |\n|---------------------------|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| private                   | Bucket and object | Owner gets FULL_CONTROL. No one else has access rights (default).                                                                                         |\n| public-read               | Bucket and object | Owner gets FULL_CONTROL. The AllUsers group (see Who Is a Grantee?) gets READ access.                                                                     |\n| public-read-write         | Bucket and object | Owner gets FULL_CONTROL. The AllUsers group gets READ and WRITE access. Granting this on a bucket is generally not recommended.                           |\n| aws-exec-read             | Bucket and object | Owner gets FULL_CONTROL. Amazon EC2 gets READ access to GET an Amazon Machine Image (AMI) bundle from Amazon S3.                                          |\n| authenticated-read        | Bucket and object | Owner gets FULL_CONTROL. The AuthenticatedUsers group gets READ access.                                                                                   |\n| bucket-owner-read         | Object            | Object owner gets FULL_CONTROL. Bucket owner gets READ access. If you specify this canned ACL when creating a bucket, Amazon S3 ignores it.               |\n| bucket-owner-full-control | Object            | Both the object owner and the bucket owner get FULL_CONTROL over the object. If you specify this canned ACL when creating a bucket, Amazon S3 ignores it. |\n| log-delivery-write        | Bucket            | The LogDelivery group gets WRITE and READ_ACP permissions on the bucket.                                                                                  |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwilson%2Fs3-recursive-acl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexwilson%2Fs3-recursive-acl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwilson%2Fs3-recursive-acl/lists"}