Hi! I'm wondering if there's a way to get buckets at a top level / root directory.
This doesn't work, it expects a bucket to be passed in.
from obstore.store import S3Store
store = S3Store(
bucket=None,
access_key_id="...",
secret_access_key="...",
)
An example from another project is drivendataorg/cloudpathlib#48
CloudPath("s3://").iter_dir()