İlkin Balkanay

Results 6 comments of İ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...