Skip to content

Commit

Permalink
Review profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jul 20, 2018
1 parent fca359f commit 67bfdfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@
<string>s3-token</string>
<key>Description</key>
<string>S3 (Credentials from AWS Security Token Service)</string>
<key>Default Nickname</key>
<string>S3 (Credentials from AWS Security Token Service)</string>
<key>Username Placeholder</key>
<string>Profile Name in ~/.aws/credentials</string>
<key>Password Configurable</key>
<false/>
<key>Token Configurable</key>
<true/>
<false/>
<key>Anonymous Configurable</key>
<false/>
</dict>
Expand Down
4 changes: 3 additions & 1 deletion S3 (Credentials from Instance Metadata).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
<string>http://169.254.169.254/latest/meta-data/iam/security-credentials/s3access</string>
<key>Username Configurable</key>
<false/>
<key>Default Nickname</key>
<string>S3 (Credentials from EC2 Instance Metadata)</string>
<key>Password Configurable</key>
<false/>
<key>Token Configurable</key>
<true/>
<false/>
<key>Anonymous Configurable</key>
<false/>
</dict>
Expand Down

0 comments on commit 67bfdfa

Please sign in to comment.