Genbox / SimpleS3

A .NET Core implementation of Amazon's S3 API with focus on simplicity, security and performance
MIT License
48 stars 8 forks source link

Work on retry logic #11

Closed LordMike closed 4 years ago

LordMike commented 4 years ago

Ensure that retries work for POST data; fixes to retry in general

LordMike commented 4 years ago

Still has two non-functional timeout tests that need to be implemented.