Skip to content

Commit

Permalink
Add profile for #10620.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Mar 9, 2019
1 parent 5a60f75 commit cb87155
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions S3 (Credentials from AWS Command Line Interface).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?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-cli</string>
<key>Description</key>
<string>S3 (Credentials from AWS Command Line Interface)</string>
<key>Default Nickname</key>
<string>S3 (Credentials from AWS Command Line Interface)</string>
<key>Username Placeholder</key>
<string>Profile Name in ~/.aws/credentials</string>
<key>Password Configurable</key>
<false/>
<key>Token Configurable</key>
<false/>
<key>Anonymous Configurable</key>
<false/>
</dict>
</plist>

0 comments on commit cb87155

Please sign in to comment.