mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-13 07:49:05 +00:00
bc9126d774
Previously s3fs auto-detected the MIME type of directories like "TOYOTA TRUCK 8.2.2" as application/x-troff-man. This caused get_mode to not set S_IFDIR which failed directory creation. Instead force all object names ending in / to application/x-directory. Fixes #1183.