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
644 stars 98 forks source link

ca-central-1 not supported? #175

Open lracicot opened 6 years ago

lracicot commented 6 years ago

When I try to use my S3 bucket I get this error:

ERROR wrong AWS region 'ca-central-1' for S3, use -h for help.

My bucket is actually in that region. Any idea ?