Skip to content
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

Recv file path #825

Merged
merged 6 commits into from
Sep 4, 2024
Merged

Recv file path #825

merged 6 commits into from
Sep 4, 2024

Conversation

TingDaoK
Copy link
Contributor

@TingDaoK TingDaoK commented Aug 23, 2024

  • binding for S3 meta request recv file path, so that C can handle the file write directly.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@TingDaoK TingDaoK marked this pull request as ready for review September 4, 2024 16:14
@TingDaoK TingDaoK merged commit 70b0c39 into main Sep 4, 2024
50 checks passed
@TingDaoK TingDaoK deleted the recv-file-path branch September 4, 2024 20:26
@earlybard
Copy link

Hello, is there a way to use this feature from the CRT S3AsyncClient? Or are there plans to implement a way to do so?

Thank you!

@graebm
Copy link
Contributor

graebm commented Oct 10, 2024

We do want to integrate this integrated Java's CRT S3AsyncClient. It would lower latency, by removing an additional copy from C -> Java, and improve memory usage (no need to allocate a ByteBuffer to hold the additional copy).

Create an issue over at aws-sdk-java-v2. That's the team that would finish the integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants