While performing uploads of files to S3 bucket from Nimble Studio File Transfer UI, an error like below can occur InvalidAccessKeyId error occurred, unable to browse bucket
This happens due to Inactive/Incorrect Access keys configured for AWS Named Profile that is in use with File Transfer. Follow below to resolve this:
- Navigate to AWS Console -> IAM -> User created for File Transfer -> Security credentials which shows the list of active access keys for that user and ensure the same keys are configured in AWS Named profile created from AWS CLI.
- Navigate to
.aws
directory , view the credentials configured for Named profile by viewing the credentials filemore credentials
and ensure the correct access keys are defined and also same profile is in use underDaemon settings
of File Transfer UI. For more information related to configuration, refer the doc : https://docs.aws.amazon.com/nimble-studio/latest/filetransfer-guide/getting-started.html#getting-started-configure
Comments
0 comments
Article is closed for comments.