Skip to content

Commit

Permalink
Merge pull request #34 from iterate-ch/cyberduck-14388
Browse files Browse the repository at this point in the history
Add missing http path style requests profile
  • Loading branch information
dkocher authored Mar 21, 2023
2 parents 3152335 + 533b394 commit 71cf10d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions S3 (HTTP, Deprecated path style requests).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?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-http-path-style</string>
<key>Scheme</key>
<string>http</string>
<key>Description</key>
<string>S3 (HTTP, Deprecated path style requests)</string>
<key>Default Port</key>
<string>80</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>

0 comments on commit 71cf10d

Please sign in to comment.