{"id":23054019,"url":"https://github.com/emcecs/acl-tool","last_synced_at":"2025-04-03T04:40:46.038Z","repository":{"id":145105523,"uuid":"72477305","full_name":"EMCECS/acl-tool","owner":"EMCECS","description":"Multithreaded tool to recursively modify object ACLs in a bucket","archived":false,"fork":false,"pushed_at":"2016-11-09T15:48:29.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-02-08T18:45:43.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EMCECS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-31T20:56:14.000Z","updated_at":"2016-10-31T20:56:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd573e56-e857-42b7-b0d0-22707f7f3dd8","html_url":"https://github.com/EMCECS/acl-tool","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Facl-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Facl-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Facl-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Facl-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMCECS","download_url":"https://codeload.github.com/EMCECS/acl-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939177,"owners_count":20857916,"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":[],"created_at":"2024-12-16T00:32:30.493Z","updated_at":"2025-04-03T04:40:46.002Z","avatar_url":"https://github.com/EMCECS.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nThis is a tool that can recursively change ACLs inside a S3 bucket.  The change ACL commands are executed in\nparallel threads for better performance.\n\n# Building\nYou can build using the bundled Gradle distribution using JDK 1.7+.  To run, simply execute:\n\nWindows:\n```\ngradlew.bat shadowJar\n```\n\nMac/Linux:\n```\n./gradlew shadowJar\n```\n\n# Usage\nTo run, execute as a runnable JAR with Java 1.7+.  You can use either a canned ACL like `public-read` or specify\nindividual users using the `--read-users` and `--full-control-users` arguments.  When using the individual user\narguments, separate multiple users with spaces.\n\n## Examples\nChange all objects in the bucket to be public-read:\n```\njava -jar build/libs/acl-tool-1.0.jar --endpoint http://10.1.83.51:9020 --access-key jason --secret-key AfffffyXTgQGXnD8y --bucket mybucket --use-smart-client --canned-acl public-read\n```\n\nGive the user 'jason2' read access to all objects and 'jason3' full control.\n\n```\njava -jar build/libs/acl-tool-1.0.jar --endpoint http://10.1.83.51:9020 --access-key jason --secret-key AfffffyXTgQGXnD8y --bucket mybucket --use-smart-client --read-users jason2 --full-control-users jason3\n```\n\nDo the same as above, but only change objects under the 2015-11-03/ prefix:\n```\njava -jar build/libs/acl-tool-1.0.jar --endpoint http://10.1.83.51:9020 --access-key jason --secret-key AfffffyXTgQGXnD8y --bucket mybucket --use-smart-client --read-users jason2 --full-control-users jason3 --prefix 2015-11-03/\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Facl-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femcecs%2Facl-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Facl-tool/lists"}