Chris
Chris
SlateDB uses the `object_store` Rust crate to interact with object storage. Thus, it supports any object store that `object_store` supports. These include: [AWS S3](https://aws.amazon.com/s3/) [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/) [Google Cloud Storage](https://cloud.google.com/storage)...
We've decided to withdraw our application. Thanks for all your help along the way.
Sure! I'll give you a concrete example. I want to build a storage layer for https://github.com/recap-build/recap. I'd like to provide four operations: ls, get, put, delete. ```python def ls(self, path:...
Yep, yep. Makes sense. Thanks for the reply. :)
Based on my reading here: https://github.com/apache/opendal/pull/6468/files#diff-460d27db342dba48ecdea84d826580af2b63b2ab9c372c7d3c033a40f011d319L211-R257 It seems put_multipart_opts is now supported?
🙏 Thanks!