peterknife / boto

Automatically exported from code.google.com/p/boto
0 stars 0 forks source link

DefaultContentType for a Key is misleading #458

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. bucket.list() returns 'application/octet-stream' as the content_type, which 
is definitely not guaranteed to be correct

What is the expected output? What do you see instead?

I expect None and a mention in the documentation that the list() method on a 
bucket isn't capable of populating the correct content_type

What version of the product are you using? On what operating system?

Latest

Original issue reported on code.google.com by pelja...@gmail.com on 27 Sep 2010 at 7:11

GoogleCodeExporter commented 9 years ago
fixed in 
http://github.com/boto/boto/commit/2b4ab169a7f703aa5c65f714fc331061259a70d7

Original comment by Mitch.Ga...@gmail.com on 27 Sep 2010 at 10:22

GoogleCodeExporter commented 9 years ago
That last fix caused other problems.  I've backed that out and re-opened the 
issue.  Will try to find a resolution tomorrow.

Original comment by Mitch.Ga...@gmail.com on 28 Sep 2010 at 2:50