Skip to content

Commit

Permalink
Fix vendor string to be unique to allow multiple profiles to be insta…
Browse files Browse the repository at this point in the history
…lled and correct reference from bookmarks.
  • Loading branch information
dkocher committed Jun 13, 2018
1 parent ecd5590 commit b029236
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Openstack Swift (Keystone 2 HTTP).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<string>keystone2-http</string>
<key>Context</key>
<string>/v2.0/tokens</string>
<key>Description</key>
Expand Down
2 changes: 1 addition & 1 deletion Openstack Swift (Keystone 2).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<string>keystone2</string>
<key>Context</key>
<string>/v2.0/tokens</string>
<key>Description</key>
Expand Down
2 changes: 1 addition & 1 deletion Openstack Swift (Keystone 3 HTTP).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<string>keystone3-http</string>
<key>Context</key>
<string>/v3/auth/tokens</string>
<key>Description</key>
Expand Down
2 changes: 1 addition & 1 deletion Openstack Swift (Keystone 3).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<string>keystone3</string>
<key>Context</key>
<string>/v3/auth/tokens</string>
<key>Description</key>
Expand Down
4 changes: 2 additions & 2 deletions Openstack Swift (Swauth HTTP).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<string>swauth-http</string>
<key>Description</key>
<string>OpenStack Swift (Swauth HTTP)</string>
<key>Scheme</key>
Expand All @@ -19,4 +19,4 @@
<key>Context</key>
<string>/auth/v1.0</string>
</dict>
</plist>
</plist>
4 changes: 2 additions & 2 deletions Openstack Swift (Swauth).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<string>swauth</string>
<key>Description</key>
<string>OpenStack Swift (Swauth)</string>
<key>Scheme</key>
Expand All @@ -19,4 +19,4 @@
<key>Context</key>
<string>/auth/v1.0</string>
</dict>
</plist>
</plist>
2 changes: 1 addition & 1 deletion Openstack Swift (v1).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Protocol</key>
<string>swift</string>
<key>Vendor</key>
<string>cyberduck</string>
<string>legacy</string>
<key>Context</key>
<string>/v1.0</string>
<key>Description</key>
Expand Down

0 comments on commit b029236

Please sign in to comment.