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

Use S3AsyncClient for better performance #821

Open
demaziej opened this issue Feb 7, 2025 · 0 comments
Open

Use S3AsyncClient for better performance #821

demaziej opened this issue Feb 7, 2025 · 0 comments

Comments

@demaziej
Copy link

demaziej commented Feb 7, 2025

In addition to the S3Client use S3AsyncClient to improve download / upload performance by using parallel transfers.

  • S3AsyncClient.builder().multipartEnabled(true)
  • S3AsyncClient.crtBuilder()

See:

The choice could be done in the extension <configuration>(for example client = Sync / Async / AsyncCRT) and also exposing some of the builder configuration:

  • multipartEnabled
  • thresholdInBytes
  • minimumPartSizeInBytes
  • targetThroughputInGbps
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

No branches or pull requests

1 participant