command
module
Version:
v0.0.0-...-b438d91
Opens a new window with list of versions in this module.
Published: Jul 5, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Sammie
Sammie synchronizes contents of a S3 bucket to the local filesystem. It
expects all keys in the bucket to follow a specific pattern:
/{directoryname}/{objectname}
Build a static binary:
CGO_ENABLED=0 go build
Use:
export ENDPOINT=s3.sbg.perf.cloud.ovh.net
export REGION=sbg
export ACCESS_KEY=fixme
export SECRET_KEY=fixme
export BUCKET=bucket-name
export DST=/target/directory/
./sammie
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.