{"id":17991388,"url":"https://github.com/jareware/s3cmd","last_synced_at":"2026-01-18T13:30:03.743Z","repository":{"id":34485115,"uuid":"38424563","full_name":"jareware/s3cmd","owner":"jareware","description":"Docker-wrapper for the ever-so-useful s3cmd","archived":false,"fork":false,"pushed_at":"2015-07-04T08:32:47.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T17:33:57.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/jareware/s3cmd/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jareware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-02T09:46:31.000Z","updated_at":"2015-07-04T08:22:02.000Z","dependencies_parsed_at":"2022-09-08T17:51:14.359Z","dependency_job_id":null,"html_url":"https://github.com/jareware/s3cmd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jareware/s3cmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fs3cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fs3cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fs3cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fs3cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jareware","download_url":"https://codeload.github.com/jareware/s3cmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fs3cmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-29T19:21:36.853Z","updated_at":"2026-01-18T13:30:03.718Z","avatar_url":"https://github.com/jareware.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jareware/s3cmd\n\nDocker-wrapper for the ever-so-useful `s3cmd`, with proper tags, convenient entrypoint, and two special locations within the container:\n\n * `/config`, from which the `.s3cfg` is looked for by default. Use `-v` to mount your own, secret config over that.\n * `/data`, which is the default workdir. Use `-v` to mount any data you wish to operate on there.\n\n## Usage\n\nRunning the container without arguments gives you the `--help`:\n\n```\n$ docker run jareware/s3cmd\nUsage: s3cmd [options] COMMAND [parameters]\n\n...\n```\n\nFor operations that require authentication, mount your `~/.s3cfg` to the container:\n\n```\n$ docker run -v ~/.s3cfg:/config:ro jareware/s3cmd ls\n2015-07-24 20:37  s3://my-bucket\n2015-12-26 12:49  s3://another-bucket\n```\n\nAll commands and arguments work as they would on the unwrapped `s3cmd`. Say you have `important.txt` at your current directory, which you'd want to upload to a publicly available location:\n\n```\n$ docker run -v ~/.s3cfg:/config:ro -v $(pwd):/data:ro jareware/s3cmd put --acl-public important.txt s3://my-bucket\n```\n\n## Versioning\n\nThe tags match the wrapped `s3cmd` release.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjareware%2Fs3cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjareware%2Fs3cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjareware%2Fs3cmd/lists"}