-
Notifications
You must be signed in to change notification settings - Fork 909
S3TransferManager
: The TransferListener.transferComplete()
is not invoked when AsyncRequestBody.fromFile()
is used
#3839
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
Labels
Comments
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
@artembilan thank you for reporting this, bug acknowledged. |
3 tasks
This is fixed in #3839, could you try with the latest version? |
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 |
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
guygriffin1989106
added a commit
to guygriffin1989106/SpringWithAWS
that referenced
this issue
Jul 26, 2024
Additional change is made to workaround AWS SDK bug: aws/aws-sdk-java-v2#3839
guygriffin1989106
added a commit
to guygriffin1989106/SpringWithAWS
that referenced
this issue
Jul 26, 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: