Fix endpoint: remove /tia path
This commit is contained in:
parent
cf5ea7b820
commit
e5b57ee7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue