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

FC-3160 - add bDebug (default false) to location config #88

Closed webonix closed 6 years ago

webonix commented 6 years ago

add bDebug (default false) to location config to reduce amount of information logging in S3 CDN library

usage:

    <cfset application.fc.lib.cdn.setLocation(
        name = "images",
        cdn = "s3",
        accessKeyId = accessKeyId,
        awsSecretKey = awsSecretKey,
        bucket = bucket,
        region = region,
        security = "public",
        pathPrefix = bucketPrefix ,
        bDebug=true
    ) />