https://github.com/wandera/s3syncer
S3 syncer - Easy way how to sync local directory with S3
https://github.com/wandera/s3syncer
delta devops docker go key-jsc kubernetes team-delta
Last synced: 5 months ago
JSON representation
S3 syncer - Easy way how to sync local directory with S3
- Host: GitHub
- URL: https://github.com/wandera/s3syncer
- Owner: wandera
- License: mit
- Created: 2019-01-30T13:24:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T19:40:24.000Z (over 2 years ago)
- Last Synced: 2024-04-30T11:56:37.515Z (about 2 years ago)
- Topics: delta, devops, docker, go, key-jsc, kubernetes, team-delta
- Language: Go
- Homepage:
- Size: 4.02 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# s3syncer
[](https://github.com/wandera/s3syncer/actions/workflows/test.yml)
[](https://goreportcard.com/report/github.com/wandera/s3syncer)
[](https://github.com/wandera/s3syncer/releases/latest)
[](https://github.com/wandera/s3syncer/blob/master/LICENSE)
S3 syncer - Easy way how to sync local directory with S3.
## Usage
```text
Usage:
s3syncer [flags]
Flags:
-f, --folder string folder to watch
-h, --help help for s3syncer
-l, --log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
-p, --s3-path string S3 path (s3:///)
-r, --s3-region string S3 region (default "eu-west-1")
```