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 would have been super useful for me to know!

s5cmd supports HTTP persistent connections, which are good for performance (especially for HTTPS), however when using >1 workers the number of requests sent per connection drops significantly, and thus the...

Currently if you execute a `s5cmd sync s3://somthing somewhere` and the file is already in-sync you will get no output at all. If it needs to copy it you will...

**Description:** When using the `cp` command to copy or download objects, the progress bar logic is making an unnecessary `headObject` call (via `client.stat`) to retrieve the size of the object,...

I have Error in format 'ERROR "cp s3://test/* ." mkdir directory-name: not a directory" In my opinion this for concurrency, he first create file, before create directory. How fix? Command:...

Hello s5cmd maintainers, I'm requesting an official Ubuntu PPA for s5cmd to simplify installation and updates for Ubuntu/Debian users via apt. This would provide an easier installation process (`apt install...

Rclone has a flag `--links` that uploads symlinks as special text files with the extension `.rclonelink` and converts them back to symlinks when downloading. With this feature, s5cmd could be...

`s5cmd` has been added to `homebrew/core` in https://github.com/Homebrew/homebrew-core/pull/201377, and can be installed using `brew install s5cmd`. Given there's https://github.com/peak/homebrew-tap the following actions can be: - Adjust the PR, move `brew...

Close https://github.com/peak/s5cmd/issues/775 Running the same command as describe in the issue: ``` go run . cp --exclude "*.ipc" /tmp/test/ s3://mybucket/ ... echo $? 0 ```