[Cyberduck-trac] [Cyberduck] #11719: S3 connection with credentials file on Windows

Cyberduck trac at cyberduck.io
Fri Oct 22 09:45:15 UTC 2021


#11719: S3 connection with credentials file on Windows
-------------------------+-----------------------
 Reporter:  tp_oaknorth  |         Owner:  karthi
     Type:  defect       |        Status:  closed
 Priority:  normal       |     Milestone:
Component:  s3           |       Version:  7.9.1
 Severity:  normal       |    Resolution:  fixed
 Keywords:               |  Architecture:
 Platform:               |
-------------------------+-----------------------
Changes (by karthi):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 This error occurs only when there is an invalid entry in the
 .aws/credentials. Forexample in the first line of the below credentials,
 the square brackets '[' ']' are missing for the profile entry.

 '''INVALID'''

 profile test_s3_profile
 aws_access_key_id=EXAMPLEKEYID
 aws_secret_access_key=EXAMPLESECRETKEY
 aws_session_token=EXAMPLETOKEN


 ----


 '''VALID'''

 [profile test_s3_profile]
 aws_access_key_id=EXAMPLEKEYID
 aws_secret_access_key=EXAMPLESECRETKEY
 aws_session_token=EXAMPLETOKEN


 ----

 There is a possibility to validate the credentials from
 [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/appconfig
 /validate-configuration.html].

--
Ticket URL: <https://trac.cyberduck.io/ticket/11719#comment:3>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list