Closed maq796113 closed 1 year ago
Hey @maq796113 :wave: thanks for raising this! It appears the Amplify CLI is unable to fetch information from your project's deployment bucket.
from the logs:
2023-01-03T19:51:32.011Z|error : amplify-provider-awscloudformation.zip-util.downloadZip.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip"},null])
CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
Can you paste the contents of amplify/.config/local-aws-info.json
redacting any sensitive information? Can you confirm whether the profile noted for the target environment exists in ~/.aws/credentials
?
Closing due to inactivity
How did you install the Amplify CLI?
curl
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
10.5.2
What operating system are you using?
Windows
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
I really did nothing I was just setting up Amplify for using it to upload some files to my s3 Bucket from the Android Mobile App.
Describe the bug
So basically the title says it all, "Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1"
Expected behavior
I was expecting the command I typed to put the required files in the deployment bucket.
Reproduction steps
I typed the following command after configuring Amplify with the command
amplify configure
:amplify init
Project Identifier
9238984c8987c8a8b06cc18733f7beff
Log output
Additional information
No response
Before submitting, please confirm: