mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #927] Consider changing -o notsup_compat_dir default #527
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#527
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (Jan 24, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/927
#571 added an optimization to disable the legacy
dirname_$folder$checking. Should s3fs default to the optimization on since most installations should use thedirname/format and have an option to check for the legacy folders instead?@ggtakec commented on GitHub (Mar 29, 2019):
@gaul
Currently, I agree that I no longer need to search for the
_$folder$object.In addition to this, s3fs supports the
no directory objectcase.This is when there is no intermediate path
dirordir/and there is only adir/pathobject.I think we need to continue to support this pattern.
With the fix of #571 ,
support_compat_dir flagis defined in s3fs.cpp. However, this flag is also used to check theno directory objectabove.So we need to think about the correspondence of the
no directory objectcase with this issue as well.I think we let s3fs not check the
_$folder$object by default, but a case ofno directory objectshould continue checking.Please let me know your opinion about it.
@gaul commented on GitHub (Feb 8, 2021):
We should also add a script to detect and convert buckets which use the older compat dirs.