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

This PR fixes minor typos and a grammar issue in the README: - "request is send" -> "request is sent" - "anohter-bucket" -> "another-bucket" - "Number of retries are adjustable"...

I have encountered situations where I am using `s5cmd cp --destination-region $RGN ...`, and it works, but then `s5cmd cp --no-clobber --destination-region $RGN` fails with an error 400. I have...

When using `--if-size-differ` or `--if-source-newer`, the source and destination objects have `stat` called on them to fetch metadata used for the override determination. Sometimes, this call can return an object...

Either during upload of objects to S3, or afterwards (i.e. for existing objects), allow [object tags](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html) to be set. Then, listing, removing, updating object tags would be logical follow-up features.

This PR add the user custom endpoints that need to send request with virtual host style reference issues: #794 #518 Here I add a command line flag and also support...

Currently when uploading objects to S3 you can specify `--storage-class` in order to set the class for all objects you send. But there are a number of storage classes, such...

Add --proxy/-x flag and environment variable support for HTTP/HTTPS/SOCKS5 proxies with authentication support.

There appears to be an issue with how the software handles generics in Go versions past 1.22.x, particularly in terms of interfacing with the extsort library. The following build error...

`s5cmd` does not delete DIROBJ objects - objects ending with `/`. ``` $ aws s3api put-object --bucket BUCKET --key some/path/dir_object/ $ s5cmd ls --show-fullpath s3://BUCKET/some/path/ s3://BUCKET/some/path/dir_object/ $ s5cmd rm 's3://BUCKET/some/path/*'...

As stated on the repo of AWS SDK, the support for v1 is now gone (since end of july 2025). Is there any plan to upgrade to aws-sdk-go-v2 ? -...