Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Dmitry YakhnovDmitry YakhnovPriority
CriticalLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Dmitry Yakhnov
Dmitry YakhnovPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 26 June 2017 at 04:56
Updated 13 May 2023 at 15:52
Resolved 22 September 2017 at 13:58
It looks like Lucee is setting file permissions on S3 to "public-read" by default, and in addition to this acl="private" attribute is simply ignored.
I have set this.s3 attributes (accessKeyId and awsSecretKey) in Application.cfc
Obviously I should get "Access Denied" xml output with last line, but getting file content instead.
Call to storeSetACL function right after file operation will fix the issue, but default permission on S3 object must be "private"!