This commit is contained in:
parent
a3a7370be0
commit
252bf4aac3
@ -25,8 +25,6 @@ const s3config: S3.S3BucketConfig = {
|
||||
region: config?.s3?.region || "us-east-1",
|
||||
};
|
||||
|
||||
console.log("Bucket config:", s3config);
|
||||
|
||||
const bucket = new S3.S3Bucket(s3config);
|
||||
|
||||
export default bucket;
|
||||
|
Loading…
Reference in New Issue
Block a user