I have two server buckets defined - one for the site and one for artifacts. Objects uploaded to the artifact bucket are created with the permission as defined in settings.xml, but objects sent to the site bucket always end up with public-read. From what I can see in the code, this may not be caused by maven-s3-wagon but an interaction with the site plugin. Can you advise on whether or not this is known (or expected) behaviour?
I have two server buckets defined - one for the site and one for artifacts. Objects uploaded to the artifact bucket are created with the permission as defined in settings.xml, but objects sent to the site bucket always end up with public-read. From what I can see in the code, this may not be caused by maven-s3-wagon but an interaction with the site plugin. Can you advise on whether or not this is known (or expected) behaviour?