s5cmd icon indicating copy to clipboard operation
s5cmd copied to clipboard

Parallel S3 and local filesystem execution tool.

Results 245 s5cmd issues
Sort by recently updated
recently updated
newest added

Not all options/combinations of options are documented on the README, and one must run `--help` for each subcommand to find all of them. A block in the README would help...

Hey, Thank you very much for implementing my feature request (https://github.com/peak/s5cmd/issues/682) Couple of issues: - README.md has example of usage (https://github.com/peak/s5cmd?tab=readme-ov-file#check-if-a-bucket-exists) but the --help wasn't updated with the new command...

I sometimes have a bucket with versioning enabled, and I want to get copies of all the versions of a given object key. I can do that by using `aws...

Can I sync between two s3 storage? If so, what should the command look like?

### Requested feature An optional flag in cp `--range`, which accepts a byte range string, just like the standard, if unpopular, HTTP GET request [Range header](https://www.rfc-editor.org/rfc/rfc9110.html#name-range). ```sh s5cmd cp s3://my-bucket/my-object.json...

Thanks for the project [!NOTE] > The behavior is the same if there's no file/folder ambiguity. If I only upload a single file, I get the same result: if I...

Hi, Is it possible to upload multiple files to s3 bucket using a pre-signed URL? Thank you

https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/ , https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html#conditional-writes `aws s3api put-object --bucket amzn-s3-demo-bucket --key dir-1/my_images.tar.bz2 --body my_images.tar.bz2 --if-none-match "*"`

It'd be nice if the cp command could show the numbers for completed objects and total objects. I know about the --show-progress flag, but it: a) won't work with non-interactive/dumb...

Hello, I have a folder with multiple subfolders in it ``` myhost :~$ ls -l /home/web/myfolder total 152 drwxrwxrwx 2 1000 1000 10 May 10 2012 16-9 drwxrwxrwx 2 1000...