iterate-ch / profiles

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

Add connection profile for LakeFS server (profile included) #46

Closed mhtrinh closed 9 months ago

mhtrinh commented 1 year ago

It's basically the same as S3 HTTPS but with disabled Virtual Host Style Requests

The profile looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>Protocol</key>
        <string>s3</string>
        <key>Vendor</key>
        <string>s3-https</string>
        <key>Scheme</key>
        <string>https</string>
        <key>Description</key>
        <string>LakeFS</string>
        <key>Default Port</key>
        <string>443</string>
        <key>Hostname Configurable</key>
        <true/>
        <key>Port Configurable</key>
        <true/>
        <key>Username Configurable</key>
        <true/>
    <key>Properties</key>
       -<array>
          <string>s3.bucket.virtualhost.disable=true</string>
        </array>
    </dict>
</plist>
dkocher commented 9 months ago

You can find this in the S3 (Deprecated path style requests) connection profile available ^1.