You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 mountingPhotos
with a capital, it mountsphotos
.The text was updated successfully, but these errors were encountered: