I'm getting the following error:
error S3_STORE_ACCESS_DENIED
http_code 403
step export
previousStep :original
worker novate.transloadit.com
message S3 did not accept the key / secret pair you provided.
If I put in an invalid API key, I'm getting a different error so I presume the error message is a false distraction. I've tested the API key & secret manually and they work so I know it's not my credentals.
The Transloadit docs say the following:
Warning: Please note that the acl parameter's default value is "public". AWS S3 recently introduced a bucket setting called "Block new public ACLs and uploading public objects (Recommended)". You need to set this to False in your bucket if you intend to leave the Robot's acl parameter to "public", otherwise you'll keep getting permission errors returned in your Assemblies even though your S3 credentials are configured correctly.
I tried the following, and it's not working (I'm getting the same 403 S3_STORE_ACCESS_DENIED again):
How do I correctly configure my S3 bucket for file exports by the Transloadit /s3/store robot?