Cristian

Results 6 comments of Cristian

@boonjiashen, If you don't specify `ChecksumAlgorithm` then your s3 object will not have additional checksums. AFIK boto does some sort of checksum validation with the Etags already. One thing that...

@nateprewitt I've made the requested changes,

Not sure if I'm being late for this, but what I do is perform the bulk_insert and then grab all the ids of the recently created objects, create a queryset...

I have the same problem. > Yep, basically overwrote their templates in the bootstrap decorator to wrap input elements with div's containing a horizontalClass form binding. How did you do...

It worked properly Thanks!

Found the problem, it's in [s3transfer](https://github.com/boto/s3transfer), reported the issue (https://github.com/boto/s3transfer/issues/241) and created a PR that solves it (https://github.com/boto/s3transfer/pull/242)