Fix endpoint: add /tia suffix
This commit is contained in:
parent
59ae046726
commit
4bac63e065
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue