Fix endpoint: remove /tia path

This commit is contained in:
Manohar Gupta 2026-05-10 15:08:40 +05:30
parent cf5ea7b820
commit e5b57ee7bc

View file

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