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

Adds extensive auto-completion support to s5cmd for zsh, bash and pwsh. Including: - command completion - flag completion - local file/directory completion - bucket name completion - s3 key completion...

Before this PR, if an URL without a scheme was given to `endpoint-url` such as `example.com`, `s5cmd` would add `http` scheme to it. After this PR, `s5cmd` will not accept...

https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms

When uploading to S3, if s5cmd encounters a socketfile or named pipe, it will hang. It should either skip these by default, or have an option to skip them: awscli:...

bug

Adds extensive auto-completion support to s5cmd. Including: - command completion - flag completion - local file/directory completion - bucket name completion - s3 key completion Fixes #207 Fixes #372

Hello, I have a use case with around 30Tb of data across ~145M files. I'm currently attempting a `sync` command with S3 on a portion of that (around 2Tb in...

Old version of `urfave/cli` unnecessarily prints help page if an error occurred related to the arguments/flags. After updating `v2.11.2`, unnecessary help prints will be removed and only the error messages...

This commit adds versioning support to the s5cmd. - Added `--all-versions` flag to `ls`, `rm`, `du` and `select` subcommands to apply operation on(/over) all versions of the objects. - Added...

This PR migrates `s5cmd` from `aws-sdk-for-go` to `aws-sdk-for-go-v2`. #### Useful links for future reference: 1. [Github: aws-sdk-for-go-v2](https://github.com/aws/aws-sdk-go-v2/) 2. [Migration Guide](https://aws.github.io/aws-sdk-go-v2/docs/migrating/) 3. [Developer Guide](https://aws.github.io/aws-sdk-go-v2/docs/) #### Changed files: ##### Major changes: 1....

S3 Select has a "JSON content type" option which can be selected as either "Lines" or "Document". Currently it appears that only "Lines" is implemented in s5cmd. Is it possible...