yea at least you know now, sadly R2 Custom Domains don't expose those issues. Pages Custom Domains didn't for a while either, hopefully R2 will one day
You have your website/zone's upload limit, and then R2's limit of 5 GB per put until forced to use multipart. CF buffers the entire upload at edge to avoid some attacks.
Hey guys, I'm completely new to r2. I currently use the images API to upload images to cloudflare but I am curious as to if you can store the same images in r2?
After the successful upload of the application request to R2, an error occurred. Currently, R2 is in the process of multipart upload (the object in this error state cannot be deleted), making it impossible to delete the storage bucket. The error message indicates that the storage bucket is not empty (all other objects have been deleted except for this object in the error state). How can this be resolved? Should we wait for the 7-day lifecycle?
Objects will be deleted 1 day later. Uploads will be aborted 1 day later. However, the page indicates specifying rules for automatically deleting objects at a designated time. Will the lifecycle set on previous requests be executed accordingly?
Error occurred when deleting the storage bucket: The bucket "kodbox" is not empty, so it cannot be deleted. I have already cleared the objects. However, I can't end the one that's currently uploading, but the application requests indicate that the upload has been successful.
Can we add a feature to manually terminate upload tasks without waiting for such a long lifecycle? This is very problematic; once an error occurs, waiting for the lifecycle to terminate is not ideal.
Hello, can anyone help me? I'm not able to put an object in my bucket, I'm using flutter via rest, it won't work because of the crazy package headers, I've already tested a lot so far without success
@yousef From what I understand, you managed to save an object in the cloud flair bucket, man, I already pasted your code there, I used a lot of packages and nothing, could you give me some light?
I have my cdn setup with R2. For some reason the custom domain does not work for .zip files? I had to enable R2.dev subdomain to access a .zip file I uploaded. It does work as expected for all other uploads.
Any reason why this could be happening? When I go to R2 and inspect that given .zip file. it gives me the r2.dev link (that works) and the respective link using my custom domain that shoud work but gives me the:
Error 404This object could not be viewedYou are not authorized to view this object
Error 404This object could not be viewedYou are not authorized to view this object
Keep in mind, I doubt it is a caching issue (unless there are specific rules for .zip files) as it works just fine with any other extension I've tried so far