fsspec / ossfs

fsspec filesystem for Alibaba Cloud (Aliyun) Object Storage System (OSS)
Apache License 2.0
21 stars 11 forks source link

set default bucket #144

Open DeoLeung opened 1 year ago

DeoLeung commented 1 year ago

we are migrating from oss2 to fsspec

in oss2 we usually default a bucket object and do bucket.put_object , etc

how to set default bucket in AioOSSFileSystem ? I can't find config for it