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

Cannot Mount Bucket Paths with Capitol Letters #163

Open zicklag opened 6 years ago

zicklag commented 6 years ago

I am trying to mount a directory in an S3 bucket that starts with a capital letter, but yas3fs mounts the path on the bucket with a lowercase letter. I am running the command: yas3fs s3://my-s3-bucket/Photos /my/mount/point. The command successfully mounts the bucket, but instead of mounting Photos with a capital, it mounts photos.