-
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.
Add connection profiles for Fastly Object Storage
fixes #129
- Loading branch information
Showing
3 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
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,30 @@ | ||
<?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>fastly-object-storage-eu-central</string> | ||
<key>Description</key> | ||
<string>Fastly Object Storage (eu-central)</string> | ||
<key>Default Nickname</key> | ||
<string>Fastly Object Storage (eu-central)</string> | ||
<key>Default Port</key> | ||
<string>443</string> | ||
<key>Default Hostname</key> | ||
<string>eu-central.object.fastlystorage.app</string> | ||
<key>Hostname Configurable</key> | ||
<false/> | ||
<key>Port Configurable</key> | ||
<false/> | ||
<key>Username Configurable</key> | ||
<true/> | ||
<key>Properties</key> | ||
<array> | ||
<string>s3.bucket.virtualhost.disable=true</string> | ||
</array> | ||
<key>Region</key> | ||
<string>eu-central</string> | ||
</dict> | ||
</plist> |
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,30 @@ | ||
<?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>fastly-object-storage-us-east</string> | ||
<key>Description</key> | ||
<string>Fastly Object Storage (us-east)</string> | ||
<key>Default Nickname</key> | ||
<string>Fastly Object Storage (us-east)</string> | ||
<key>Default Port</key> | ||
<string>443</string> | ||
<key>Default Hostname</key> | ||
<string>us-east.object.fastlystorage.app</string> | ||
<key>Hostname Configurable</key> | ||
<false/> | ||
<key>Port Configurable</key> | ||
<false/> | ||
<key>Username Configurable</key> | ||
<true/> | ||
<key>Properties</key> | ||
<array> | ||
<string>s3.bucket.virtualhost.disable=true</string> | ||
</array> | ||
<key>Region</key> | ||
<string>us-east</string> | ||
</dict> | ||
</plist> |
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,30 @@ | ||
<?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>fastly-object-storage-us-west</string> | ||
<key>Description</key> | ||
<string>Fastly Object Storage (us-west)</string> | ||
<key>Default Nickname</key> | ||
<string>Fastly Object Storage (us-west)</string> | ||
<key>Default Port</key> | ||
<string>443</string> | ||
<key>Default Hostname</key> | ||
<string>us-west.object.fastlystorage.app</string> | ||
<key>Hostname Configurable</key> | ||
<false/> | ||
<key>Port Configurable</key> | ||
<false/> | ||
<key>Username Configurable</key> | ||
<true/> | ||
<key>Properties</key> | ||
<array> | ||
<string>s3.bucket.virtualhost.disable=true</string> | ||
</array> | ||
<key>Region</key> | ||
<string>us-west</string> | ||
</dict> | ||
</plist> |