I'm getting a ClientError exception when

I'm getting a ClientError exception when attempting to upload files bigger than 500MB to R2 via the s3api put-object command. Only instructions I found online was to use the CRC32 checksum algorithm, but I'm getting the error anyways. For smaller files it works without a problem. Uploading to S3 also works. The error simply says:
An error occurred (InternalError) when calling the PutObject operation (reached max retries: 2): We encountered an internal error. Please try again.
An error occurred (InternalError) when calling the PutObject operation (reached max retries: 2): We encountered an internal error. Please try again.
Any ideas? thank you!
4 Replies
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
l.martinp
l.martinpOP3w ago
it isn't but will give it a try, thanks both!!
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
l.martinp
l.martinpOP3w ago
Confirming it worked with multipart! will DM you about details on the error for put-object

Did you find this page helpful?