Is there a way to disable payload hashing when uploading an object to s3? #854
-
I noticed really high CPU usage when calling Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you upload with a streaming body, then it'll avoid calculating those hashes. Use the Let me know if that works for you. |
Beta Was this translation helpful? Give feedback.
If you upload with a streaming body, then it'll avoid calculating those hashes. Use the
read_from
API when uploading files.Let me know if that works for you.