AWS CRT-based S3 client 400 bad request during upload files to ceph. #5822
IgorekSergeevich
started this conversation in
General
Replies: 1 comment
-
Hi @IgorekSergeevich you need to reach out to the Ceph support team for help with troubleshooting. We don't guarantee that the AWS SDKs will work with third-party s3-compatible solutions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I encountered a problem when upload files to ceph, I use aws-crt async client. For some reason I get 400 bad request during upload (it's doesn't matter multipart upload or just upload). Upload to aws s3 and minio works fine. Maybe you have any ideas what it could be?
Dependencies which i use:
What i see in console:
What i see in ceph log file:
My kotlin spring config for client:
Beta Was this translation helpful? Give feedback.
All reactions