iterate-ch / profiles

Connection Profiles for Cyberduck & Mountain Duck
14 stars 29 forks source link

S3 (Deprecated path style requests) profile has wrong setting #10

Closed jorrit closed 2 years ago

jorrit commented 2 years ago

I'm reading the documentation section called 'Disable use of Virtual Host Style Requests'. It tells that setting s3.bucket.virtualhost.disable=true enables path style requests. It links to http://profiles.cyberduck.io.s3.amazonaws.com/S3%20(Deprecated%20path%20style%20requests).cyberduckprofile as an example connection profile with this setting.

However, S3 (Deprecated path style requests).cyberduckprofile contains a different setting, namely s3service.disable-dns-buckets=true. This profile doesn't work for me when connecting to MinIO using path-style requests. Adding a custom profile with s3.bucket.virtualhost.disable=true works fine.

Should S3 (Deprecated path style requests).cyberduckprofile be updated to contain s3.bucket.virtualhost.disable=true instead of s3service.disable-dns-buckets=true ?

dkocher commented 2 years ago

Change from iterate-ch/cyberduck@413339bd37d9fa0b849def4c1bd92f85c99ec9d9.

jorrit commented 2 years ago

Thank you! My apologies for not opening the issue in the right repository.

dkocher commented 2 years ago

Thank you! My apologies for not opening the issue in the right repository.

No worries. Thanks for bringing this to our attention in the first place!