AWSS3TransferUtility GIF fails without any response #5462
Labels
closing soon
pending-community-response
Issue is pending response from the issue requestor
question
General question
s3
Issues related to S3
Describe the bug
I have a function that uses awsTransferUtility to upload from an URL (for example a video or a gif)
To Reproduce
The same flow is executed for a video and everything works great, in case of video contentType is "video/mp4", in case of gif is "image/gif"
This is printed at console: SWIFT TASK CONTINUATION MISUSE: execute(data:) leaked its continuation!
Later edit:
after I added defer, the worker is throwing the error "Continuation was not resumed properly."
Environment(please complete the following information):
Device Information (please complete the following information):
Later edit:
So, the issue is related to the url for GIFs selected from Photos app.
At the moment when the user selects a GIF, I covert it to Data and use awsTransferUtility.uploadData and everything works as expected.
The text was updated successfully, but these errors were encountered: