-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from iterate-ch/cyberduck-14388
Add missing http path style requests profile
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
S3 (HTTP, Deprecated path style requests).cyberduckprofile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |