'Copy Images to S3 Amazon from Coldfuison 2021 and make them Public ACL
So I'm able to copy images to S3 Amazon Bucket but I want to make the images object ACL public.
<cfset S3Bucket = "prod/images">
<cffile action="copy" source="#trim(GIFDirectory)#\#trim(listOfGIF.name)#" destination="s3://#S3accessKeyId#:#S3secretAccessKey#@#S3Bucket#/#trim(listOfGIF.name)#" nameconflict="makeunique" charset="utf-8">
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
