Remove bucket creation

This commit is contained in:
Charles Bochet 2023-07-09 10:37:32 -07:00
parent 49c20907e8
commit 12ad852184

View File

@ -47,8 +47,6 @@ export class S3Driver implements StorageDriver {
Bucket: this.bucketName,
});
await this.createBucket({ Bucket: this.bucketName });
await this.s3Client.send(command);
}