s3cp icon indicating copy to clipboard operation
s3cp copied to clipboard

Amazon S3 command-line tools (e.g., cp, ls, cat, ...)

Results 12 s3cp issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [nokogiri](https://github.com/sparklemotion/nokogiri) to permit the latest version. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and...

dependencies

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...

dependencies

``` export S3CP_ENDPOINT=s3-fips.us-east-1.amazonaws.com ``` s3ls znslrscpjlmujcxe:prefix/ Ignoring ffi-1.9.10 because its extensions are not built. Try: gem pristine ffi --version 1.9.10 Ignoring unf_ext-0.0.7.6 because its extensions are not built. Try: gem...

This allows use of nokigiri 1.6.7.x, which is the currently-maintained series for security fixes.

It only provides the verbatim. Twice. I am typing `s3dir s3://bucket/a` and I get `//bucket/a //bucket/a`

It doesn't seem to split suggestions at prefix '/' boundaries. E.g. with ``` bucket / pfx1 / pfx11 / file111 / file112 / pfx12 / pfx2 ``` typing `s3ls s3://bucket/pfx`...

Currently when specifying `Content-Encoding: gzip`, the header field gets renamed to `x-amz-meta-content-encoding`. Chrome still knows how to render a gzipped file, but other browsers do not. The AWS CLI supports...

Right now s3-to-s3 copy doesn't check for md5/etags ... it should.

When downloading multiple files (s3cp -r), s3cp performs a checksum after each file before moving on to the next. It would be more efficient to start the download of the...

I spotted this: https://github.com/aboisvert/s3cp/blob/master/lib/s3cp/utils.rb#L47 FYI: `aws/s3` has got a method to get this programatically: https://github.com/aws/aws-sdk-ruby/blob/master/lib/aws/s3/bucket.rb#L257 It maps to this: http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETlocation.html