Fixed
- Fixed a retry bug in
upload_unbound_stream()small-file uploads where a retryable upload error could cause a one-shot buffered stream to be reopened after it was closed, raisingValueError: I/O operation on closed file.
Infrastructure
- Add exponential retries for bucket creation in
testing.helpers.BucketManager. - Fix redudant files in the sdist after migrating from
pdmtouv.