s3-cli sync --delete-removed ./dist/staging s3://staging.example.org
one target must be from S3, the other must be from local file system.
s3-cli sync --delete-removed dist/staging s3://staging.example.org
one target must be from S3, the other must be from local file system.
I'd like to use this tool in my build process, and it's crucial that I can use relative paths (to CWD).
Does s3-cli not like relative paths?
I'd like to use this tool in my build process, and it's crucial that I can use relative paths (to CWD).