Skip to content

Commit

Permalink
Add new profile for GovCloud (US-East)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Feb 4, 2019
1 parent e76e791 commit 5a60f75
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions S3 GovCloud (US-East).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2002-2019 iterate GmbH. All rights reserved.
~ https://cyberduck.io/
~
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
-->

<!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-us-gov-west-1</string>
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>S3 GovCloud (US-East)</string>
<key>Default Port</key>
<string>443</string>
<key>Default Hostname</key>
<string>s3.us-gov-east-1.amazonaws.com</string>
<key>Hostname Configurable</key>
<false/>
<key>Port Configurable</key>
<false/>
<key>Username Configurable</key>
<true/>
<key>Authorization</key>
<string>AWS4HMACSHA256</string>
<key>Region</key>
<string>us-gov-east-1</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>Scheme</key>
<string>https</string>
<key>Description</key>
<string>S3 (Gov Cloud)</string>
<string>S3 GovCloud (US-West)</string>
<key>Default Port</key>
<string>443</string>
<key>Default Hostname</key>
Expand Down

0 comments on commit 5a60f75

Please sign in to comment.