opendal
opendal copied to clipboard
Apache OpenDAL: access data freely.
Another issue is client-side config versioning: If a new cache node `C` is added to the cache cluster `{A,B}`, and assuming the cache client uses a consistent hash, when the...
For example, download data from CDN instead. Docs: - https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html - https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration-examples.html
https://docs.min.io/minio/baremetal/security/server-side-encryption/server-side-encryption-sse-kms.html#minio-encryption-sse-kms-quickstart We only have the `SSE-C` test on AWS S3, to test `SSE-KMS` and `SSE-S3` correctly, we can test against minio.
In many cases, length of streams may be not known before hand. In such cases, one cannot provide a value for size. And most backends doesn't mandate size for write...
We can implement ftp support based on https://github.com/veeso/suppaftp
- https://github.com/datafuselabs/opendal/pull/423 ```shell oli {cp,rm,ls,...} ocp s3://abc azblob://def orm s3://abc ols s3://abc ``` ## Todo List We will implement a quick demo that only supports cp from local to remote....
Allow specify content-md5 or other checksums.