** 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.
** 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.