AWS CRT-based S3 client 400 bad request during upload files to ceph. #5822
Replies: 2 comments
-
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.
-
Looks like whatever got sent back was rejected.
Out the box, the SDK is not that good at recovering from failures when uploading a part of a multi part upload, and a 400 error was where it surfaced -though that was not the root cause -which for us was a rare transient failure in AWS S3 itself. Given you are seeing this on every upload attempt it is probably something different – but would be interesting to see what |
Beta Was this translation helpful? Give feedback.
-
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