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)
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.


No differences found