Fix R2 URL format
This commit is contained in:
parent
e37b9528f9
commit
7d98c2c46c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function getR2() {
|
|||
forcePathStyle: true,
|
||||
}),
|
||||
bucket,
|
||||
baseUrl: `https://${accountId}.r2.cloudflarestorage.com/${bucket}`,
|
||||
baseUrl: `https://${accountId}.r2.cloudflarestorage.com`,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue