Differences
This shows you the differences between the selected revisions of the page.
2019-09-16 | 2021-12-07 | ||
same for folders (martin) | 5.20 Bug 1641: Support for ACL for S3 protocol (martin) | ||
Line 43: | Line 43: | ||
The checkbox is disabled, if you check "execute" permissions explicitly for all permission groups, as it makes it effectively useless. | The checkbox is disabled, if you check "execute" permissions explicitly for all permission groups, as it makes it effectively useless. | ||
+ | ===== [[s3_acl]] S3 ACL ===== | ||
+ | |||
+ | With [[s3|S3 protocol]], you can set basic file ACL on [[ui_properties|Properties dialog]]. | ||
+ | |||
+ | &screenshotpict(permissions_s3) | ||
+ | |||
+ | The rows of checkboxes are used to set/unset specific permissions for the //Owner// (the owner of the file); the //Users// (anyone with an AWS account); and //Everyone// (public access). The label //R// stands for "read permissions for the file", //R ACL// for "read permissions for the file ACL" and //W ACL// for "write permissions for the file ACL". | ||
+ | |||
+ | Changing permissions of S3 folders is not supported. &beta_feature |