Use correct R2 public URL
This commit is contained in:
parent
4acd016b70
commit
9f77e6cfaf
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function getR2() {
|
|||
}
|
||||
|
||||
// Use public development URL (from R2 bucket settings)
|
||||
const pubBaseUrl = `https://pub-${accountId}.r2.dev/${bucket}`;
|
||||
const pubBaseUrl = `https://pub-37a76fd657c94d1dbc521a109c087a11.r2.dev/tia`;
|
||||
|
||||
return {
|
||||
client: new S3Client({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue