s3-cli icon indicating copy to clipboard operation
s3-cli copied to clipboard

Go version of s3cmd

Results 10 s3-cli issues
Sort by recently updated
recently updated
newest added

I tried adding an `--exclude` flag when running with `sync` command and got `Incorrect Usage: flag provided but not defined: -exclude` and surely enough from `help sync`, `--exclude` is not...

The sync command had a hardcoded concurrency value of 4. Replace it with the value of the concurrency config parameter.

Can you add some binaries to the repo releases page?

I have directory with 5 files: ``` ls -al tests total 28 drwxrwxr-x 2 user user 4096 sty 5 13:43 . drwxrwxr-x 4 user user 4096 sty 5 14:00 .....

Hi, When running s3-cli sync from s3 to local the first letter of the sub-directory is missing: Copy s3://test/testfolder/ -> file://test/estfolder/ The files are copied fine. Appreciate any assistance. Thanks

Support copying relative local paths recursively to S3.

Given this configuration: ```ini [default] host_base = s3.nl-ams.scw.cloud host_bucket = %(bucket)s.s3.nl-ams.scw.cloud bucket_location = nl-ams use_https = True ``` I want to upload an file: ```bash s3-cli --part-size 512 cp *localname*...

I cannot see if there is an feature to make it fail with a exit code >0. That would be a good feature so if you use s3-cli in a...