How to access 'path' request parameter for aws-s3 upload when uploaded during entity creation

Hi @sethpkendall,

I’m not really sure about it but I think for AWS S3 the path can be set by adding your path/ to the file name.

i.e: your-path/${entityFile.name}

AWS S3 will know that it has to create a folder your-path and then upload your file into it :wink: