Skip to content

Commit e3c2b5b

Browse files
authored
retain_visibility configuration reference clarification
Updated retain_visibility to allow null value for visibility checks.
1 parent 9c6defe commit e3c2b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/B-configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ flysystem:
5252
private: 0o700
5353
visibility: ~ # default null. Possible values are 'public' or 'private'
5454
directory_visibility: ~ # default null. Possible values are 'public' or 'private'
55-
retain_visibility: true # default true, will then lead to adapters performing visibility checks (e.g. GetObjectAcl command for S3 adapters)
55+
retain_visibility: ~ # default null. When set to `true` or `null`, it will lead to adapters performing visibility checks (e.g. GetObjectAcl command for S3 adapters), hence `false` prevents retrieving an object's current visibility
5656
case_sensitive: true
5757
disable_asserts: false
5858

0 commit comments

Comments
 (0)