s3fs
s3fs copied to clipboard
Document open_fs with Endpoint URL.
Is there a way to use open_fs() to open an S3 instance that is at a different endpoint?
Figured out how to do this. All you need is to pass the endpoint_url as a param.
i.e.
s3fs = open_fs('s3://minio:minio123@default/?endpoint_url=http://localhost:9009')
I'll keep this open to remind me to document it...
@willmcgugan I was actually just doing this. I'll put up a PR in a moment.