s5cmd
s5cmd copied to clipboard
Parallel S3 and local filesystem execution tool.
Although we can configure external endpoint via env variable (S3_ENDPOINT_URL), there should be a way to override authentication based on session token alone(principal based auth). Currently AWS_SESSION_TOKEN, still needs ACCESS...
I added credentials in my aws cred file ``` [profile-name-for-gcs] aws_access_key_id=xxxxxxxxxx aws_secret_access_key=xxxxxxxxx ``` and exported the profile ``` export AWS_PROFILE=profile-name-for-gcs ``` but I can't ls using the readme guidelines ```...
Hello, The `github.com/lanrat/extsort` library has created a new release tag (`v1.0.1`), which includes the latest fixes, and changes the license from `GPL` to an `Apache v2` license. Please create a...
This pull request addresses a bug (#712) in the sync command where objects in Glacier storage at the destination were being overwritten during synchronization. closes #712 ## Bug Details: During...
This pull request adds the `head` command to the program. Closes #682. The `head` command is designed to check if a file exists without downloading the object or bucket itself....
Previously, s5cmd ls returned an exit code of 1 for both empty buckets and non-existent buckets, making it difficult to differentiate between the two cases. This change updates the behavior...
Hi team, I did use the multiple commands run using command file . I try running the S5CMD command using Java ProcessBuilder as below Code: ===== ` processBuilder = new...
`s5cmd` finishes with error (exit code = 1) when listing empty bucket: ``` s5cmd ls s3://empty-bucket; echo exit_code=$? ERROR "ls s3://empty-bucket": no object found exit_code=1 ``` The same exit code...
Hello, I encountered the "ERROR: invalid argument" when using commands such as: `s5cmd sync /xxx/file\\u3000name.txt s3://bk/` `s5cmd sync /xxx/file\\u00a0name.txt s3://bk/` `s5cmd sync /xxx/file\\x7fname.txt s3://bk/` It appears that s5cmd does not...
Hej, I recently noticed that my backup process running s5cmd v2.2.2 is skipping some directories which does not part of exclude patterns. Below is the s5cmd that sync content of...