apache / opendal

Apache OpenDAL: access data freely.
https://opendal.apache.org
Apache License 2.0
3.37k stars 473 forks source link

Add docs for AWS S3 express bucket support #3681

Open Xuanwo opened 11 months ago

Xuanwo commented 11 months ago

AWS S3 express bucket has many differece compared to normal s3 buckets, we should write them down to make sure users aware.

Xuanwo commented 11 months ago

AWS S3 express bucket doesn't support list without delimiter. It's more like a hdfs without append support.

kemingy commented 2 months ago

Hi, are there any updates for the S3 express documents? I'm not sure if it's blocked by the enable_virtual_host_style as you mentioned in another PR.

Xuanwo commented 2 months ago

Hi, are there any updates for the S3 express documents? I'm not sure if it's blocked by the enable_virtual_host_style as you mentioned in another PR.

Hi, I believe it can be used directly with enable_virtual_host_style enabled. Please let me know if it doesn't. (Maybe help fill the docs if you want to :love_letter: )