27 | | === Connect to external bucket === |
28 | | |
29 | | Connecting to a bucket you are not the owner (and therefore not included when logging in as above and listing all your owned buckets) is possible. You can access buckets owned by someone else if the ACL allows you to access it. Specify the bucket you want to access in the hostname to connect to like `<bucketname>.s3.amazonaws.com`. Your own buckets will not be displayed but only the third party bucket. |
| 27 | === Access third party buckets === |
| 28 | |
| 29 | Connecting to a bucket you are not the owner (and therefore not included when logging in as above and listing all your owned buckets) is possible. You can access buckets owned by someone else if the ACL allows you to access it by either: |
| 30 | * Specify the bucket you want to access in the hostname to connect to like `<bucketname>.s3.amazonaws.com`. Your own buckets will not be displayed but only the third party bucket. |
| 31 | * Set the ''Default Path'' in the bookmark to the bucket name. |
| 32 | * Choose ''Go → Go to Folder…'' when already connected. |