| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This pull request updates the asynchronous write object stream to set the storage class of newly created objects to 'RAPID' by default. It also updates the corresponding unit tests to assert that the storage class is correctly set to 'RAPID' in the initial write request. There are no review comments, and I have no feedback to provide.
Sorry, something went wrong.
|
Merging main into this branch may resolve the GitHub Actions Scan failure |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Set storage_class="RAPID" when creating an object resource for appendable write stream in _AsyncWriteObjectStream.open() if no blob was provided.
Changes