farcrycore / core

FarCry Core: a web app framework for the ColdFusion language (supporting Lucee & Adobe ColdFusion engines). An ideal platform for building bespoke or tailor made solutions.
http://www.farcrycore.org
GNU General Public License v3.0
34 stars 20 forks source link

S3 CDN error handling - substituteValues[1] not set #96

Closed webonix closed 4 years ago

webonix commented 4 years ago

core/packages/cdn/s3.cfc

need to add

<cfset substituteValues[1] = results.error.message.XMLText>

To this section

<!--- check for errors --->
    <cfif structkeyexists(results,"error")>
        <!--- check error xml --->
webonix commented 4 years ago

created https://farcry.jira.com/browse/FC-3217