You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cyberduck/share.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Providers with support to share a file using a public, password protected or tem
33
33
34
34
### S3
35
35
36
-
For connections using [S3](../protocols/s3/index.md) protocol.
36
+
For connections using [S3](../protocols/s3/index.md) protocol, make sure the bucket allows [ACLs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html?icmpid=docs_amazons3_console) and doesn't block [public access](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html?icmpid=docs_amazons3_console).
Copy file name to clipboardExpand all lines: protocols/s3/index.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -544,7 +544,7 @@ You can access all URLs (including from [CDN](../../protocols/cdn/cloudfront.md)
544
544
```{important}
545
545
Public URLs are only accessible if the permission `READ` is granted for `EVERYONE`.
546
546
```
547
-
547
+
548
548
Choose *File → Share…* to change the ACL on the file permanently allowing read for everyone. You can reset the changed ACL in [Info → ACL](../../cyberduck/info.md#access-control-list-acl).
549
549
550
550
### Pre-signed Temporary URLs
@@ -565,6 +565,14 @@ Using the AWS4 signature version used in Cyberduck version 5.0 and later, pre-si
565
565
This deprecated signature version is not compatible with new regions such as `eu-central-1`.
566
566
```
567
567
568
+
### Limitations
569
+
570
+
Share links cannot be created when failing to update the ACLs on a file because
571
+
572
+
* Bucket has "Object Ownership" set to "Bucket owner enforced" ([ACLs disabled](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html?icmpid=docs_amazons3_console)).
573
+
Error message: `This bucket does not allow ACLs`
574
+
*["Block public acccess"](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html?icmpid=docs_amazons3_console) is enabled on bucket. Error message: `Access denied`
575
+
568
576
## Metadata
569
577
570
578
You can edit standard HTTP headers and add [custom HTTP headers](../../cyberduck/info.md#metadata-http-headers) to files to store [metadata](http://docs.amazonwebservices.com/AmazonS3/latest/index.html?UsingMetadata.html). Choose *File → Info (macOS `⌘I` Windows `Alt+Return`) → Metadata* to edit headers.
0 commit comments