Deniz Surmeli
Deniz Surmeli
Hello, thanks for the PR. It's a needed feature I believe, but do you think rather than a bool flag, would it be better to make a flag that takes...
Hi, thanks for your work. This is a issue often mentioned for `s5cmd`. I would like to share my two cents about it, but obviously we can and will discuss...
Can you give your use case for this feature? I'm asking this to understand whether your problem can be solved by a combination of the current features or not.
Well, the implementation will **list everything** then filter the ones that are after the date you give, since there is no parameter in the request that will only list the...
Hi, this happens I believe due to the following [behaviour](https://arc.net/l/quote/kyjlspyy). Looks like only way to workaround at the moment using lifecycle statements.
The reason why this problem occurs is having different clocks, as @mwkaufman mentioned. https://github.com/peak/s5cmd/blob/74d21bb4f022edb0bfb69f412c4baa69153ba8c2/storage/s3.go#L333-L337 https://github.com/peak/s5cmd/blob/74d21bb4f022edb0bfb69f412c4baa69153ba8c2/storage/s3.go#L345-L349 These check was added for the #168. When you use pagination when you have more...
After further research and discussion, we have concluded that the current solution is the best effort solution at the moment. We are leaning towards to add a flag to disable...
Hi, thanks for mentioning this issue. I believe that what we need to do is add a new flag called `metadataDirective` to the `cp` command. Will work on a PR...
Closes #726.
Hi, thanks for your contribution. Can you please follow the [style guide](https://go.dev/wiki/CommitMessage) in the PR title, since the title will be the commit message in the master branch.