s3fs icon indicating copy to clipboard operation
s3fs copied to clipboard

Document open_fs with Endpoint URL.

Open Ryanb58 opened this issue 7 years ago • 3 comments

Is there a way to use open_fs() to open an S3 instance that is at a different endpoint?

Ryanb58 avatar Apr 27 '18 15:04 Ryanb58

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')

Ryanb58 avatar Apr 27 '18 15:04 Ryanb58

I'll keep this open to remind me to document it...

willmcgugan avatar Apr 27 '18 15:04 willmcgugan

@willmcgugan I was actually just doing this. I'll put up a PR in a moment.

Ryanb58 avatar Apr 27 '18 15:04 Ryanb58