How to use the S3 deprecated path style on a HTTP endpoint? #14388
-
I have a S3 server, using Minio, that is forwarded to my local computer. It doesn't have encryption, and I can list the buckets using http://localhost:9000 (assuming it is forwarded on port 9000). However I cannot list a bucket, as I get the following error:
I am guessing that it is related to the deprecated path style. However I don't find how to configure cyberduck to connect to a S3 endpoint without TLS, and without the non deprecated path style. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Use the S3 (Deprecated path style requests) connection profile 1. All connection profiles are available through the Preferences → Profiles tab. Footnotes |
Beta Was this translation helpful? Give feedback.
Use the S3 (Deprecated path style requests) connection profile 1. All connection profiles are available through the Preferences → Profiles tab.
Footnotes
https://docs.cyberduck.io/protocols/s3/#disable-use-of-virtual-host-style-requests ↩