Skip to content

Commit

Permalink
Explicitly override "Username Configurable".
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 2, 2017
1 parent 7dd2df6 commit 4c370b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion S3 (HTTP).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
<true/>
<key>Port Configurable</key>
<true/>
<key>Username Configurable</key>
<true/>
</dict>
</plist>
</plist>
4 changes: 3 additions & 1 deletion S3 AWS2 Signature Version (HTTP).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<true/>
<key>Port Configurable</key>
<true/>
<key>Username Configurable</key>
<true/>
<key>Authorization</key>
<string>AWS2</string>
</dict>
</plist>
</plist>
4 changes: 3 additions & 1 deletion S3 AWS2 Signature Version (HTTPS).cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<true/>
<key>Port Configurable</key>
<true/>
<key>Username Configurable</key>
<true/>
<key>Authorization</key>
<string>AWS2</string>
</dict>
</plist>
</plist>

0 comments on commit 4c370b3

Please sign in to comment.