Jimmy Wan
Results
3
issues of
Jimmy Wan
Something I did a lot with s3cmd is to grab partial directory contents over a large tree by using the following: ``` s3cmd sync --exclude '*' --include 'foo/bar/*/*/*.log' ``` Would...
feature-request
I have a file "foo.txt.gz" that has been uploaded with the following metadata: > Content-Type: text/plain > Content-Encoding: gzip I'm trying to copy its contents to a new file in...