This commit is contained in:
Mel O'Hagan 2022-08-30 19:56:38 +01:00
parent 0e44703e95
commit b11b3c11fb
1 changed files with 7 additions and 7 deletions

View File

@ -131,7 +131,7 @@ module S3Module {
required: true,
},
},
}
},
},
extra: {
acl: {
@ -244,7 +244,7 @@ module S3Module {
})
}
async delete(query: { bucket: string, delete: string }) {
async delete(query: { bucket: string; delete: string }) {
return await this.client
.deleteObjects({
Bucket: query.bucket,