Fix endpoint: add /tia suffix

This commit is contained in:
Manohar Gupta 2026-05-10 14:45:29 +05:30
parent 59ae046726
commit 4bac63e065

View file

@ -12,7 +12,7 @@ const R2 = {
const client = new S3Client({
region: "auto",
endpoint: `https://${R2.accountId}.r2.cloudflarestorage.com`,
endpoint: `https://${R2.accountId}.r2.cloudflarestorage.com/tia`,
credentials: {
accessKeyId: R2.accessKeyId,
secretAccessKey: R2.secretKey,