-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data.uploadURL undefined in "upload-success" event, uploading images to S3 using @uppy/aws-s3 #4613
Comments
this bug is in fact in aws-s3-multipart, right? because uppy/packages/@uppy/aws-s3/src/index.js Line 118 in f3ce884
|
The issue seems to be that we only return the ETag from here: uppy/packages/@uppy/aws-s3-multipart/src/index.js Lines 676 to 678 in fa19db7
FYI you can pass |
Hi, We are having this same issue when setting Is there something additional that needs to be done when implementing with Our config:
|
@jamesneverette this was fixed (hopefully) recently #4614. Are you using the latest version of |
We are currently on these versions for uppy packages.
Is |
@aduh95 do you have an idea what might be off here? |
@arturi Just want to note that this is only an issue when setting |
I sounds it might be related to #4635. I'll investigate. |
Initial checklist
Link to runnable example
No response
Steps to reproduce
@uppy/aws-s3: 3.2.1,
@uppy/core: 3.3.1,
@uppy/dashboard: 3.5.0,
Expected behavior
I'am expecting that the image is uploaded to S3 and data.uploadURL contains the url to the file in the S3 Bucket
Actual behavior
The image is uploaded to S3 but data.uploadURL is undefined
data variable actually has this value:
Same test on early version like @uppy/aws-s3: 3.1.1 works fine.
The text was updated successfully, but these errors were encountered: