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
@@ -539,7 +539,7 @@ You can access all URLs (including from [CDN](../../protocols/cdn/cloudfront.md)
539
539
```{important}
540
540
Public URLs are only accessible if the permission `READ` is granted for `EVERYONE`.
541
541
```
542
-
542
+
543
543
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).
544
544
545
545
### Pre-signed Temporary URLs
@@ -560,6 +560,14 @@ Using the AWS4 signature version used in Cyberduck version 5.0 and later, pre-si
560
560
This deprecated signature version is not compatible with new regions such as `eu-central-1`.
561
561
```
562
562
563
+
### Limitations
564
+
565
+
Mountain Duck can't create shar links because it fails to change the permissions when either
566
+
567
+
* 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)).
568
+
Error message: `This bucket does not allow ACLs`
569
+
*["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`
570
+
563
571
## Metadata
564
572
565
573
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