I'm trying to create a folder in aws s3 I succeded in making a folder but not empty.
const Obj = new AWS.S3().putObject({
Key: `/`, //the file you should put inside the folder
Bucket: `${bucketName}/${req.body.modpack}`, // main bucket/folder I want to create
});
I'm not able to remove the "key" if I do that I recive and erro that force me to add it