Skip to content

Commit

Permalink
Add private network profiles for Softlayer
Browse files Browse the repository at this point in the history
Former-commit-id: 09674801287ebe3ec22c494ec946e70afc1d57b0
  • Loading branch information
dkocher committed Nov 19, 2013
1 parent 91ff0a6 commit fccae48
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Expand Up @@ -2090,8 +2090,11 @@ profiles/Rackspace[!!-~]UK.cyberduckprofile -text svneol=unset#application/octet
profiles/Rackspace[!!-~]US.cyberduckprofile -text svneol=unset#application/octet-stream
profiles/S3[!!-~](HTTP).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/S3[!!-~](HTTPS).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Softlayer[!!-~](Amsterdam[!!-~]Private[!!-~]Network).cyberduckprofile -text svneol=unset#application/xml
profiles/Softlayer[!!-~](Amsterdam).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Softlayer[!!-~](Dallas[!!-~]Private[!!-~]Network).cyberduckprofile -text svneol=unset#application/xml
profiles/Softlayer[!!-~](Dallas).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/Softlayer[!!-~](Singapore[!!-~]Private[!!-~]Network).cyberduckprofile -text svneol=unset#application/xml
profiles/Softlayer[!!-~](Singapore).cyberduckprofile -text svneol=unset#application/octet-stream
profiles/assets/Dream Objects.tiff -text svneol=unset#image/tiff
profiles/assets/Dump[!!-~]Truck.png -text svneol=unset#image/png
Expand Down
22 changes: 22 additions & 0 deletions profiles/Softlayer (Amsterdam Private Network).cyberduckprofile
@@ -0,0 +1,22 @@
<?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>swift</string>
<key>Vendor</key>
<string>softlayer</string>
<key>Description</key>
<string>Softlayer Object Storage (Amsterdam)</string>
<key>Default Hostname</key>
<string>ams01.objectstorage.service.networklayer.com</string>
<key>Default Port</key>
<string>443</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Context</key>
<string>/auth/v1.0</string>
</dict>
</plist>
22 changes: 22 additions & 0 deletions profiles/Softlayer (Dallas Private Network).cyberduckprofile
@@ -0,0 +1,22 @@
<?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>swift</string>
<key>Vendor</key>
<string>softlayer</string>
<key>Description</key>
<string>Softlayer Object Storage (Dallas)</string>
<key>Default Hostname</key>
<string>dal05.objectstorage.service.networklayer.com</string>
<key>Default Port</key>
<string>443</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Context</key>
<string>/auth/v1.0</string>
</dict>
</plist>
22 changes: 22 additions & 0 deletions profiles/Softlayer (Singapore Private Network).cyberduckprofile
@@ -0,0 +1,22 @@
<?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>swift</string>
<key>Vendor</key>
<string>softlayer</string>
<key>Description</key>
<string>Softlayer Object Storage (Singapore)</string>
<key>Default Hostname</key>
<string>sng01.objectstorage.service.networklayer.com</string>
<key>Default Port</key>
<string>443</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Context</key>
<string>/auth/v1.0</string>
</dict>
</plist>

0 comments on commit fccae48

Please sign in to comment.