benroeder opened a new issue, #7211: URL: https://github.com/apache/opendal/issues/7211
The Swift backend uses `oio::OneShotWriter`, which limits uploads to a single PUT request. Swift has a 5GB maximum object size for single PUT operations. Swift supports Static Large Objects (SLO) which allow uploading segments individually and then assembling them via a JSON manifest. This maps naturally to OpenDAL's `oio::MultipartWrite` trait. Reference: https://docs.openstack.org/swift/latest/overview_large_objects.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
