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
I'm using the AWS S3 uploader with pre-signed keys.
From what I can tell, the pre-signing response from my API is correct (validated the response format is correct and without a signature that I got a 403 when uploading to S3). The upload succeeds and I can see the objects in the bucket. However, the files appear to be "empty" yet they still have the proper content type and file size.
I see exactly the same issue – uploading to S3 directly with pre-signed request and quite often get empty file uploaded to S3. Using vue-dropzone 3.2.2.
I'm using the AWS S3 uploader with pre-signed keys.
From what I can tell, the pre-signing response from my API is correct (validated the response format is correct and without a signature that I got a 403 when uploading to S3). The upload succeeds and I can see the objects in the bucket. However, the files appear to be "empty" yet they still have the proper content type and file size.
Component Config
Signing Response
Any thoughts?
The text was updated successfully, but these errors were encountered: