simples3
simples3 copied to clipboard
Simple, quick Amazon AWS S3 interface in Python
Hi, When you issue 2 put_file request with different file size, the header content-length is stuck at the size of the first file, causing a 400 return code from server...
This not an issue but a small requirement. There is no return type for put_file() method, hence could not decide whether the object is copied to S3 properly or not.
The only egress access out of my network is through a proxy server that is tightly controlled. How can I use a proxy with this? Or is this a feature...
Simple S3 is liiting the output to 1000 file when using listdir. http://stackoverflow.com/questions/40331681/python-simples3-listdir-limit-the-output-to-1000-files Any way / plan to make it support more than 1000 - or an unlimited number of...
When trying to use `simples3` to connect to a bucket hosted in `eu-west-1`, I get the following error: ``` The bucket you are attempting to access must be addressed using...
I've just started a new branch where I plan to add various handy command line tools to simples3. This is a work in progress, so please don't merge this just...
If your python is compiled without ssl support, simples3 will start to cry: ``` python2.5 setup.py build -b build-2.5 Traceback (most recent call last): File "setup.py", line 8, in import...