Open pierre818181 opened 1 month ago
Hello! Thank you for the issue. I am curious to see how are you pushing layers? Docker push? Whats your container image like?
I found out the issue, the layer you are trying to push is more than 5gib, which goes against the R2 limits as we try to do a copy to change the path of the object. I will try to have some fix for this.
Sure @gabivlj
Hello! Thank you for the issue. I am curious to see how are you pushing layers? Docker push? Whats your container image like?
we are using the index.ts inside push folder to push
@gabivlj any chance you have been able to look into this?
Hi @pierre818181, I looked into this, I think I know a possible solution, just haven't gotten to implementing yet! Sorry for the issue, will get to this when I get some time.
I get this error once all the PATCH requests are done and the finishUpload is called. I can consistently reproduce this at the same stage during push.
Is this something to do with my Cloudflare plan?
Stack:
This is the object that is there when it errors:
Is it because the size is too big?