Skip to content

S3 syncer - Easy way how to sync local directory with S3

License

Notifications You must be signed in to change notification settings

wandera/s3syncer

Repository files navigation

s3syncer

Test Go Report Card GitHub release License: MIT

S3 syncer - Easy way how to sync local directory with S3.

Usage


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://<bucket name>/<path>)
  -r, --s3-region string   S3 region (default "eu-west-1")