danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
640 stars 98 forks source link

No s3-endpoint option to use Openstack Swift #151

Closed janibashamd closed 6 years ago

janibashamd commented 7 years ago

Hi Team,

I tried to use yas3fs to mount Swift3 bucket locally but found no S3-endpoint option in yas3fs manual. YAS3FS read me says this option is available. Please check and let me know if we can use S3 end-point other than AWS/GCP..

If yes, just let me know the steps. FYI - I installed S3 middleware over Openstack Swift.

Thanks in advance.

liath commented 7 years ago

Seems like you should be able to pass the endpoint as --s3-endpoint url. I have no way of testing this though, can you post an endpoint I can test against?

dacut commented 6 years ago

Looks like this has been solved. If not, please feel free to reopen.