-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sebtopic/s3: fix s3 errors not being propagated
This commit fixes an error where the return value of calls to Close() were not used. This was a major problem, since files were uploaded to S3 in a call to S3Storage writer's Close(). An easy way to recreate the bug was to start Seb with credentials that were valid only for long enough to initialize a given topic (allowing Seb to list files in order to understand the current state) and then add a new record once the credentials had expired.
- Loading branch information
Showing
3 changed files
with
112 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters