📅  最后修改于: 2022-03-11 14:59:36.307000             🧑  作者: Mango
const Obj = new AWS.S3().putObject({
Key: `EmptyFolder/`, // This should create an empty object in which we can store files
Bucket: `${bucketName}`,
});