S3 - Can't make File download / Get file work

I have an AWS S3 bucket that I can upload files to and, if public, access via a direct URL however, I can’t seem to get either the Get File action or Download File S3 API actions working. Both return null, using the same S3 connection as used for uploading the files and with bound/non-bound bucket/key values:

When output is checked, the returned data is null (the Download File one does’t have a name parameter so doesn’t have an index either)
image

I started trying to use values from a DB query before trying fixed values copied/pasted from the S3 properties in AWS - neither worked!

It is entirely possible I’m doing something wrong but I think there may be an issue with these actions. Has anyone managed to use them successfully?

(I’m using PHP for this project)

Community Page
Last updated: