lint
This commit is contained in:
parent
0e44703e95
commit
b11b3c11fb
|
@ -131,7 +131,7 @@ module S3Module {
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
extra: {
|
extra: {
|
||||||
acl: {
|
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
|
return await this.client
|
||||||
.deleteObjects({
|
.deleteObjects({
|
||||||
Bucket: query.bucket,
|
Bucket: query.bucket,
|
||||||
|
|
Loading…
Reference in New Issue