Hello, I want to upload pg data backup to r2 at k8s, and I wrote manifest, but r2 status return Inte
Hello, I want to upload pg data backup to r2 at k8s, and I wrote manifest, but r2 status return InternalError.
This is manifest:
This is log file:
14 Replies
I’m working on a website that allows users to upload files, and I’m encountering an issue where the file uploads to Cloudflare R2 sometimes fail. Even after retrying up to 5 times, each with a 1-second interval, the upload still doesn’t succeed. I’m unsure where the issue lies and would appreciate any advice on how to troubleshoot this problem effectively.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hey folks,
I'm currently working on something and it seems like
R2
has some instability when it comes to returning messages, It's just throwing We encountered an internal error. Please try again.
for a while.
I'm currently attempting it from some Github
runners and it's failing but it's working fine using the CLI tool from my machine using aws-2.17
, are there any further steps to get more verbosity from your side?
Yes, for temporary access credentials, you must include the session token when making the request
https://developers.cloudflare.com/r2/api/s3/tokens/#temporary-access-credentials
Hi there, is currently any issues with cloudflare r2 in EU Germany? suddenly we get 403 Forbidden on all links. we didn't change something on Cloudflare or DNS Records. CORS are disabled. Here is a link -> https://assets.gforgadget.gr/wp-content/uploads/2020/08/GforGadget_Logo-1.webp
the website page is:https://gforgadget.gr/.
with the R2.dev subdomain is working
Any help appreciated!
Hi! I don't know if this is worth making a thread or help request for, but I've given my domain access to my bucket, but I can't quite figure out how to actually access it through my webpage. Can someone push me in the right direction?
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
How would I find the key?
Sorry I am VERY new to web development, and especially cloudflare
Oh that seems simple. So if my bucket was named my_bucket and the folder I want to access was called my_folder:
mywebsite.com/my_bucket/my_folder ?
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Okay interesting. It wouldn't be possible for me to extend my url would it? If on my website I have a section like
mywebsite.com/pictures
and I used r2 to host my pictures without a folder called pictures, can I do
mywebsite.com/pictures/my_picture.jpg
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Okay okay, I'll try what I'm working on. This is why I love cloudflare ong they make everything easy
And would it change anything if my folder had a space in it?

so %20?
I figured, I think I will change it to that, I just want to see it working
It seems like that broke my website... Just to be clear, only part of my page has to be in the bucket, right? Like I have most of my page set up with github that my webpage uses no issue, but now it gives me a 404