Skip to content

UploadCompressedStream return error: upload multipart failed #775

Answered by Slach
bmailhe asked this question in Q&A
Discussion options

You must be logged in to vote

root reason is failed to get rate limit token

upload id: 4_za21a4ab9e5e1e9048ea50c19_f206fd03bda45e1fc_d20231031_m024808_c000_v0001411_t0017_u01698720488631, 
cause: operation error S3: UploadPart, failed to get rate limit token, retry quota exceeded, 0 available, 5 requested

according to shared config
looks like you tried to upload to backbaze B2 via S3 protocol? am i right?

Try to decrease max_parts_count: 10000 to max_parts_count: 5000 in s3 section, to avoid upload small chunks

also
upload_retries_pause: 100ms
is too quikly

could you check logs and found root reason before retry happens?

looks like B2 just can't receive your

try decrease

general:
  upload_concurrency: 4
  download_co…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Slach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants