mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-02 09:14:45 +03:00
Remove bucket creation
This commit is contained in:
parent
49c20907e8
commit
12ad852184
@ -47,8 +47,6 @@ export class S3Driver implements StorageDriver {
|
||||
Bucket: this.bucketName,
|
||||
});
|
||||
|
||||
await this.createBucket({ Bucket: this.bucketName });
|
||||
|
||||
await this.s3Client.send(command);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user