Question
Error in STORE Operation - storeSetACL()
Today we've been seeing a lot of long load times that eventually error out any place we're using the storeSetACL() function for S3 files. The error is "Error in STORE Operation".
This code has worked for years so I'm assuming this may be an AWS thing? Anyone else having issues?
For instance, after saving a file to S3 we do something like:
<cfset storeSetACL("s3://#awsCreds#ourBucket/#dirpath#",S3permObj)>
