Kyle @ KyTech
Explore posts from serversCDCloudflare Developers
•Created by Kyle @ KyTech on 4/25/2024 in #general-help
R2 Files loading Blank Page
I've had a bunch of foldered files that make up a training course package stored in R2 for a while (over a year). At the root of the folder is an html file (index.html or story.html) that when accessed would load the training material using the other files within the folder structure. This has worked for over a year until this week it all stopped working.
I've tried:
-deleting the files and re-uploading
-messing with CORS
-creating a fresh bucket
-tried multiple methods of uploading (GUI, API, S3-Browser, CyberDuck)
Nothing seems to work and the only errors i get are 404 for select files that the index.html is trying to call within the same folder.
I suspect this is related to multipart upload issues but I cannot get the files to upload correctly, which i note was not an issue in the past. This also doesn't explain why the previous batch of uploaded folders/files that were working all the sudden stopped.
Looking for guidence on how i should be uploading these files correctly so that it completes with all files in there correct place.
For references the total folder size is 400+MB with about 200+ individual files ranging from bytes/kbs all the way to 1, 5, 10, or even 50MB for some videos and pictures. Hence the need for proper Multipart Uploading.
Outside of that, looking for any insight as to what might have changed on CF's and how they are handling html files stored and served from R2?
41 replies