Skip to content

Commit 81ef411

Browse files
authored
Update retain_visibility description in config docs
Clarified the behavior of retain_visibility in the configuration reference.
1 parent e3c2b5b commit 81ef411

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: ~ # 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
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) on copy and move actions, hence `false` prevents retrieving an object's current visibility and use the value as set in `visibility` instead
5656
case_sensitive: true
5757
disable_asserts: false
5858

0 commit comments

Comments
 (0)