s4cmd icon indicating copy to clipboard operation
s4cmd copied to clipboard

Super S3 command line tool

Results 121 s4cmd issues
Sort by recently updated
recently updated
newest added

Bumps [boto3](https://github.com/boto/boto3) from 1.7.28 to 1.24.62. Changelog Sourced from boto3's changelog. 1.24.62 api-change:fsx: [botocore] Documentation updates for Amazon FSx for NetApp ONTAP. api-change:voice-id: [botocore] Amazon Connect Voice ID now detects...

dependencies

Bumps [pytz](https://github.com/stub42/pytz) from 2021.1 to 2022.2.1. Commits a6867f1 Bump version numbers to 2022.2.1/2022b 07aa4d9 Revert inclusion of PACKRATDATA=backzone a5c6756 Update dead link b247b50 Remove obsolete Travis config c7cf378 Bump version...

dependencies

is there any benefits vs s5cmd? At least, s5cmd (https://github.com/peak/s5cmd) should be mentioned in the README as a possible alternative, IMO.

If I run s4cmd via ssh I see no progress, but if I go in and manually disable these lines: ``` if not (sys.stdout.isatty() and sys.stderr.isatty()): return ``` I see...

Just tried to use digital ocean's spaces but it failed: ``` s4cmd ls [Runtime Exception] An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you...

I am having issues when the source or target s3 path contains a '%' character. Specifically, the error I am seeing is: "TypeError: not enough arguments for format string" I...

Hi, I am trying to upload a 560 GB file to s3 bucket and it's failing with below error. ``` [Exception] An error occurred (InvalidArgument) when calling the UploadPart operation:...

A simple `s4cmd ls -r s3://[bucket-name]` on a bucket with about 40,000 objects evenly distributed across about 100 top-level prefixes takes over 10 minutes (at the default 16 threads), while...

bug
performance