python-s3file icon indicating copy to clipboard operation
python-s3file copied to clipboard

File-like object for interacting with files stored on Amazon S3.

Results 2 python-s3file issues
Sort by recently updated
recently updated
newest added

This PR adds: 1) Standard python file mode param, and doesn't try to create bucket by default (also non-standard file behavior) 2) Adds content_encoding param to handle compressed or otherwise...

I had to remove the permission setting on file write as I was getting an error from amazon. Other than that, it works fine. New method to get file versions,...