When I try to create a new, empty folder in an S3 bucket using the Files Browser, I get "Error executing "PutObject"... Access Denied" error. However, I can add new files without an issue. I can also upload new folders, provided that it is not empty. I have tried this with a IAM account with AmazonS3FullAccess permission.
Cannot Create Folder in S3 Bucket
Hi 101developer
Could you share the credentials of your site so I can take a look?
6 days later
saguaros
The issue is caused by a bug in the component, specifically when a private bucket (e.g. one behind cloudfront) is used. You cannot set a public ACL on a folder if the bucket is private.
See com_jaamazons3/controllers/repo.php:195
I will share with our developer for further checking on this.
14 days later
Hi,
Our developer can't replicate the same issue at our end as it works normally, could you share credentials of your site so we can replicate it?