İlkin Balkanay
İlkin Balkanay
@lilianabiven Hi, do you still need this `--limit-rate` flag? Does `--concurrency` flag works for you?
`s5cmd --log trace` will write out the HTTP requests sent to s3 endpoint. You can see the signing details in `Authorization` header. By looking at the trace logs, I can...
Thanks a lot for [trying gob](https://github.com/Kucukaslan/s5cmd/commit/36f6793cf00fde41178c5296950d70a6b3eaadfc) for encoding/decoding. Let's go with gob, because: - `ToBytes` and `FromBytes` functions are more readable and type-safe. - Gop implementation uses less space although...
Hello, could you please try the same with the [latest version](https://github.com/peak/s5cmd/releases/tag/v2.0.0-beta.2) and share the exit code of the command?
Hello Could you please try the same with the latest s5cmd release? [v2.0.0-beta.2](https://github.com/peak/s5cmd/releases/tag/v2.0.0-beta.2) And also could you please share the exit code and output of `s5cmd run` command (without python...
When [this issue](https://github.com/peak/s5cmd/issues/359) is closed we will release a stable version. (v2.0.0) (hopefully at the end of this week) s5cmd should handle most special characters in filenames. Here is a...
Hello! If you’d still like this to be merged, could you please: - Rebase your branch - Add a testcase to demonstrate that your implementation works
> > Is there a way to do s3 to s3 sync? > > With s5cmd, no. The only way is to download s3 old => local, and upload local...
Great points, looking forward to a pull request.
> I wrote a script to observe how the sync command behaves with Glacier objects in AWS CLI. I used these flags in every possible combination: > > * --delete...