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({
|
const client = new S3Client({
|
||||||
region: "auto",
|
region: "auto",
|
||||||
endpoint: `https://${R2.accountId}.r2.cloudflarestorage.com`,
|
endpoint: `https://${R2.accountId}.r2.cloudflarestorage.com/tia`,
|
||||||
credentials: {
|
credentials: {
|
||||||
accessKeyId: R2.accessKeyId,
|
accessKeyId: R2.accessKeyId,
|
||||||
secretAccessKey: R2.secretKey,
|
secretAccessKey: R2.secretKey,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue