-
Notifications
You must be signed in to change notification settings - Fork 853
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
S3TransferManager
: The TransferListener.transferComplete()
is not invoked when AsyncRequestBody.fromFile()
is used
#3839
Labels
Comments
artembilan
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 15, 2023
artembilan
added a commit
to spring-projects/spring-integration-aws
that referenced
this issue
Mar 16, 2023
Additional change is made to workaround AWS SDK bug: aws/aws-sdk-java-v2#3839
debora-ito
added
needs-review
This issue or PR needs review from the team.
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 20, 2023
@artembilan thank you for reporting this, bug acknowledged. |
3 tasks
This is fixed in #3839, could you try with the latest version? |
zoewangg
added
the
closing-soon
This issue will close in 4 days unless further comments are made.
label
Feb 24, 2024
artembilan
added a commit
to spring-projects/spring-integration-aws
that referenced
this issue
Feb 26, 2024
Related to the fix for the aws/aws-sdk-java-v2#3839
Confirmed as working now. You can close issue respectively. Thanks |
github-actions
bot
removed
the
closing-soon
This issue will close in 4 days unless further comments are made.
label
Feb 26, 2024
This issue is now closed. Comments on closed issues are hard for our team to see. |
Griffin1989106
added a commit
to Griffin1989106/SpringWithAWS
that referenced
this issue
Jul 22, 2024
Additional change is made to workaround AWS SDK bug: aws/aws-sdk-java-v2#3839
Griffin1989106
added a commit
to Griffin1989106/SpringWithAWS
that referenced
this issue
Jul 22, 2024
Related to the fix for the aws/aws-sdk-java-v2#3839
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
The
FileAsyncRequestBody
does not callsubscriber.onComplete()
because it is cancelled from theNettyRequestExecutor.StreamedRequest
via this code:Expected Behavior
The
FileAsyncRequestBody
is properly completed and therefore aTransferListener.transferComplete()
is signaled.Current Behavior
The
TransferListener.transferComplete()
is not called when we upload the file.Works for plain
byte[]
though.Reproduction Steps
Uncomment
AsyncRequestBody.fromBytes()
line and you'll see the test passing.Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.20.22
JDK version used
openjdk version "17.0.5" 2022-10-18
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: