{"id":18053309,"url":"https://github.com/luzifer/s3sync","last_synced_at":"2026-03-05T02:04:28.479Z","repository":{"id":35460007,"uuid":"39727637","full_name":"Luzifer/s3sync","owner":"Luzifer","description":"Small utility to sync local directories from/to Amazon S3 / MinIO without installing any dependencies","archived":false,"fork":false,"pushed_at":"2023-06-09T17:49:31.000Z","size":7411,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T20:07:52.132Z","etag":null,"topics":["aws","minio","s3"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jeff-regier/Celeste.jl","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Luzifer.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"custom":["https://www.paypal.me/luzifer"],"github":["Luzifer"],"ko_fi":"luziferus"}},"created_at":"2015-07-26T14:08:44.000Z","updated_at":"2023-06-09T15:12:31.000Z","dependencies_parsed_at":"2024-06-11T17:22:21.640Z","dependency_job_id":"1fbd88f0-da17-48b4-80f7-1778aaf30349","html_url":"https://github.com/Luzifer/s3sync","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Luzifer/s3sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fs3sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fs3sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fs3sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fs3sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luzifer","download_url":"https://codeload.github.com/Luzifer/s3sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fs3sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws","minio","s3"],"created_at":"2024-10-30T23:16:46.517Z","updated_at":"2026-03-05T02:04:28.462Z","avatar_url":"https://github.com/Luzifer.png","language":"Go","funding_links":["https://www.paypal.me/luzifer","https://github.com/sponsors/Luzifer","https://ko-fi.com/luziferus"],"categories":[],"sub_categories":[],"readme":"# Luzifer / s3sync\n\n![](https://badges.fyi/github/license/Luzifer/s3sync)\n![](https://badges.fyi/github/downloads/Luzifer/s3sync)\n\n`s3sync` is a small utility to sync local directories from/to Amazon S3 without installing any dependencies. Just put the binary somewhere into your path and set three ENV variables and your're ready to sync.\n\n## Features\n\n- Static binary, no dependencies required\n- Sync files only if required (judged by file size \u0026 modify-date)\n- Using multiple threads to upload the transfer is quite fast\n- Optionally delete files at target\n- Optionally make files public on sync (only if file needs sync)\n- Sync local-to-s3, s3-to-local, local-to-local or s3-to-s3\n\n## Usage\n\n1. Set `AWS_ACCESS_KEY`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION`\n2. Execute your sync\n\n```bash\n# s3sync --help\nUsage of s3sync:\n  -d, --delete             Delete files on remote not existing on local\n      --endpoint string    Switch S3 endpoint (i.e. for MinIO compatibility)\n      --log-level string   Log level (debug, info, warn, error, fatal) (default \"info\")\n      --max-threads int    Use max N parallel threads for file sync (default 10)\n  -P, --public             Make files public when syncing to S3\n      --version            Prints current version and exits\n\n\n# echo \"ello\" \u003etest.txt\n# echo \"foobar\" \u003etest2.txt\n\n# s3sync --delete ./ s3://test/\ntime=\"2023-06-09T17:15:09+02:00\" level=info msg=\"transferred file\" filename=test2.txt\ntime=\"2023-06-09T17:15:09+02:00\" level=info msg=\"transferred file\" filename=test.txt\n\n# s3sync --delete ./ s3://test/\n\n# touch test.txt\n# rm test2.txt\n\n# s3sync --delete ./ s3://test/\ntime=\"2023-06-09T17:15:29+02:00\" level=info msg=\"deleted remote file\" filename=test2.txt\ntime=\"2023-06-09T17:15:29+02:00\" level=info msg=\"transferred file\" filename=test.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Fs3sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluzifer%2Fs3sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Fs3sync/lists"}