-
Notifications
You must be signed in to change notification settings - Fork 11
perf(s3): use higher-level AsyncClient and TransferManager for efficiency #1215
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
base: main
Are you sure you want to change the base?
Conversation
|
/build_test |
|
Workflow started at 12/10/2025, 2:05:19 PM. View Actions Run. |
|
No GraphQL schema changes detected. |
|
No OpenAPI schema changes detected. |
|
CI build and push: All tests pass ✅ |
d473273 to
8b0dbe1
Compare
|
/build_test |
|
Workflow started at 12/10/2025, 3:57:32 PM. View Actions Run. |
|
CI build and push: At least one test failed ❌ |
|
/build_test |
|
Workflow started at 12/10/2025, 4:01:50 PM. View Actions Run. |
|
CI build and push: At least one test failed ❌ |
|
/build_test |
|
Workflow started at 12/11/2025, 12:18:32 AM. View Actions Run. |
|
No GraphQL schema changes detected. |
|
No OpenAPI schema changes detected. |
|
CI build and push: All tests pass ✅ |
92497e4 to
472807c
Compare
|
/build_test |
|
Workflow started at 12/11/2025, 11:05:05 AM. View Actions Run. |
|
CI build and push: All tests pass ✅ |
|
No GraphQL schema changes detected. |
|
No OpenAPI schema changes detected. |
d4740ed to
62407f4
Compare
62407f4 to
01ed58b
Compare
Welcome to Cryostat! 👋
Before contributing, make sure you have:
mainbranch[chore, ci, docs, feat, fix, test]To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/mainRelated to #1130
Description of the change:
netty-nio-clientand quarkiversequarkus-amazon-s3-transfer-managerto enable use ofS3AsyncClientandS3TransferManager. This low-level async client and high-level client (built on the async client) enable more efficient handling of resource uploads to storage by allowing efficient parallel multipart uploads of InputStreams and smart client-side determination for file uploads whether a single PutObject upload or parallel multipart upload should be performed.