Lucee 5 S3 extension compatibility

Description

Uploads using the S3 CDN are failing in Lucee 5, due to the built-in StoreSetACL() function throwing an error saying that the file does not exist on S3.

This seems to be an API issue on Amazon. FarCry writes the files using an older version of the S3 REST API and Lucee sets the ACL using a newer version of the rest API.

The simplest workaround for now is to allow Lucee 5 to handle the writes to S3 which then allows StoreSetACL() to function correctly. Older versions of Lucee/Railo/ACF can continue to use the current, working, non-built-in REST API method.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created February 10, 2016 at 5:49 AM
Updated February 11, 2016 at 11:14 PM
Resolved February 11, 2016 at 11:14 PM