Return failure code when an S3 put operation fails.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 9 Nov 2010 00:41:42 +0000 (16:41 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 9 Nov 2010 00:41:42 +0000 (16:41 -0800)
commit52989382da09933b885b2d81595bf9194e3f373c
tree43b2f178ab667ae8bbe35058f61b72717a4c5420
parentb1bd1675413d53ab0a501dbba4cbfd1eeb65dcdd
Return failure code when an S3 put operation fails.

Previously, we were indicating success even when that wasn't true, leading
to errors later when we went to read data we hadn't written.  Now, the
caller can retry the put operation if needed.
bluesky/store-s3.c