smore-inc / tinys3

A simple python S3 upload library. Inspired by requests
MIT License
285 stars 54 forks source link

Extend Documentation #60

Open bboynton97 opened 6 years ago

bboynton97 commented 6 years ago

Please include more detail in your documentation. Specifically, you mention that tinys3 can be used to get files from S3, but it's not shown in your documentation anywhere. I had to dig through the code to find it. This a great library, but the documentation is really lacking.

audiofeature commented 6 years ago

I agree, I also was looking to get objects from S3 rather than upload. Its mentioned to be supported, but completely undocumented!

audiofeature commented 6 years ago

see https://github.com/smore-inc/tinys3/pull/58/commits/31f0a9d810d941786f275a179d9f948b309b33c2

audiofeature commented 6 years ago

does not work: I get:

HTTPError: 400 Client Error: Bad Request for url: http://mybucket.s3.eu-west-2.amazonaws.com/test.mp3

bboynton97 commented 6 years ago

Hey wait! I forgot, I wrote that on my other GitHub account, haha. Why hasn't it been pulled yet??