hi,
I am able connect s3 compatible storage like minio with python s3fs which helps to read and write files object as local system, but not able get results after connecting R2, so my question is does this have constraint on supporting this?
(S3Fs is a Pythonic file interface to S3. It builds on top of [botocore]).
from s3fs import S3FileSystem
s3 = S3FileSystem(key="", secret="", client_kwargs={'endpoint_url': 'https://{account_id}.r2.cloudflarestorage.com'})
s3.ls('s3://{bucket_name}/path/smapletest.jpg')