You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploading files with a pre-signed url (without cognito)
** What AWS Services are you utilizing? **
Amazon S3 Bucket Only
** Provide additional details e.g. code snippets **
Apologies if this is not the correct place to ask this question.
I have an API which already provides a pre-signed URL which will allow me to post a file to an Amazon S3 bucket. This pre-signed url designates the storage path and a specific Content MD5 hash which is allowed for the file.
Is there a way this package can be used for handling the upload to that pre-signed url? I am looking to handle this in React Native and Web. In React Native I want to be able to resume uploads if the user closes the app and re-opens it later.
Thank you.
The text was updated successfully, but these errors were encountered:
We do not support uploading an object using a presigned url in Amplify yet. You could however use the AWS js sdk S3 getSignedURL API to upload the object.
** Which Category is your question related to? **
Uploading files with a pre-signed url (without cognito)
** What AWS Services are you utilizing? **
Amazon S3 Bucket Only
** Provide additional details e.g. code snippets **
Apologies if this is not the correct place to ask this question.
I have an API which already provides a pre-signed URL which will allow me to post a file to an Amazon S3 bucket. This pre-signed url designates the storage path and a specific Content MD5 hash which is allowed for the file.
Is there a way this package can be used for handling the upload to that pre-signed url? I am looking to handle this in React Native and Web. In React Native I want to be able to resume uploads if the user closes the app and re-opens it later.
Thank you.
The text was updated successfully, but these errors were encountered: