How can I create dynamic folder create on s3 bucket?

Hi,
Is it possible to create dynamic folder on s3 bucket depending on the object matching?

Hello Subhamay,

If you are trying to upload the file along with creating a subfolder, Yes you can.

Using the AWSUploadSingleObject → in the field “Object Key Name” give the prefix as your folder name followed by “/” and the file name

Ex - “NewFolder/” + Myfilename