hello, does anyone know whats wrong with my r2 connection, i can do HeadBucket just fine, but it ret
hello, does anyone know whats wrong with my r2 connection, i can do HeadBucket just fine, but it returns 403 when putting object (via PutObject)


CF-Cache-Status header in the response?
weur or eeur if you want western or eastern europe respectively, or auto if it doesn't matterus-east-1 as an alias for autoaccess_key and secret_key supposed to equate to in cloudflare?


[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"GET",
"PUT",
"POST",
"HEAD",
"DELETE"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [],
"MaxAgeSeconds": 3000
}
] const signedUrl = await getSignedUrl(
r2,
new PutObjectCommand({
Bucket: process.env.R2_BUCKET_NAME,
Key: filename,
}),
{ expiresIn: 3600 },
);