Replies: 1 comment
-
Hi @xinluleo , For the SDK to sign your requests, it needs to draw credentials from somewhere. Here is an article of all the different ways you can load credentials. Let me know if you have any other questions. Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to upload a pdf file to my S3 bucket. It should be an easy task. I followed the example here: https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3/example_code/s3/src/s3_upload_object.js, but got the following error:
My code is attached below:
src/lib/s3client.tsx:
upload util function:
The fortue-files bucket is created with all default settings. What is the credential I am missing here?
Beta Was this translation helpful? Give feedback.
All reactions