-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mount Non-Amazon S3 Bucket #162
Comments
Have you tried using the BOTO_ENDPOINTS or ENDPOINTS_PATH environment variables? Haven’t tried myself.. but it might work…
From: Zicklag [mailto:[email protected]]
Sent: Sunday, December 24, 2017 04:20
To: danilop/yas3fs <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [danilop/yas3fs] Mount Non-Amazon S3 Bucket (#162)
I would like to be able to use yas3fs to mount an S3 bucket that is not hosted by Amazon such as a Minio<https://minio.io> server bucket ( a server that implements the S3 protocol, but isn't on amazon.com ). Looking through the commandline help, I haven't been able to find a way to specify a different S3 server.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#162>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADfOeW_oXO4SC8D3u_qfmZu03IgTslUBks5tDbTNgaJpZM4RL0DR>.
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
|
I'm also tryng to play with the popular minio, without success endpoints_path is ineffective and boto_endpoints raise an exception export BOTO_ENDPOINTS=192.168.1.250 2020-09-11 08:09:25,033 ERROR Uncaught Exception: <type 'exceptions.IOError'> [Errno 2] No such file or directory: '192.168.1.250' <traceback object at 0x7fa57280ccb0> No connection appears in tcpdump |
I would like to be able to use yas3fs to mount an S3 bucket that is not hosted by Amazon such as a Minio server bucket ( a server that implements the S3 protocol, but isn't on amazon.com ). Looking through the commandline help, I haven't been able to find a way to specify a different S3 server.
The text was updated successfully, but these errors were encountered: