Yikes! That's a horrible thing for a library to do to its users. This definitely should be changed in the library. I noticed that no such Issue exists, so I opened one. https://github.com/boto/boto/issues/2078
I kind of agree with garnaat's reply, if they just suddenly change the default from TRUE to FALSE they're going to break backwards compatibility with anyone using the library and worse still in a really subtle way! All they can really do at this stage is add a warning to the documentation and hope that new people using the library figure out the significance.
How to Save 90% on your S3 Bill
71–80 of 103 posts
Re: How to Save 90% on your S3 Bill
#72Re: How to Save 90% on your S3 Bill
#73Re: How to Save 90% on your S3 Bill
#74Earlier quoted context omitted.
I kind of agree with garnaat's reply, if they just suddenly change the default from TRUE to FALSE they're going to break backwards compatibility with anyone using the library and worse still in a really subtle way! All they can really do at this stage is add a warning to the documentation and hope that new people using the library figure out the significance.
That's why you should avoid using default arguments in library functions.
Re: How to Save 90% on your S3 Bill
#75I found this exact same issue a few years ago after determining I had a reasonably-long-existing $75/day "leak" in my S3 expenses :/. (Seriously: $75/day, a number I am not exaggerating at all.) > 09:00:04 dls: I am performing millions of ListBucket request to this one amazon bucket every day > 09:00:25 d'oh > 09:00:28 adding up to almost 1.5 gigabytes of data traffic in/out on just those requests > 09:00:41 I have N…
Re: How to Save 90% on your S3 Bill
#76Re: How to Save 90% on your S3 Bill
#77interestingly enough, here's the original commit that defaulted `validate=True`: https://github.com/boto/boto/commit/95939debc3813468264159d5... EDIT : Looks like the original committer is an Amazon employee.
Before you jump on the conspiracy train, most Boto contributors are Amazon employees.
Re: How to Save 90% on your S3 Bill
#78Earlier quoted context omitted.
Why are you comparing S3 costs to "just" HDDs? HDD's aren't web enabled and require other hardware to run and keep running.
A more accurate comparison would be a BackBlaze Storage Pod [0] [0] http://blog.backblaze.com/2013/02/20/180tb-of-good-vibration...
Re: How to Save 90% on your S3 Bill
#79OR You can move from S3 to some cheap servers with lot of data bandwidth.