Services Plugins FAQs

Dynamic file names in s3 file uploader?

I was wandering if there is a way to customize the file names being uploaded to s3 to include dynamic features like a username and an id?

I see there are three options uuid_filename, uuid/filename and folder_name/uuid_filename, but couldn’t find any other dynamic way of naming the files being uploaded. Could someone please help me with this?

Thanks - Sachin

Hello, @sach.jbp
Thanks for reaching out.

Unfortunately, there is no way to customize the file name in the current plugin version. In case you need to customize the file name, only the mentioned above solutions are possible.

However, you can create a dynamic folder for each of your users, where the title of this folder will be the name of the user who uploaded the files:

In this case, you will be able to filter the folders by User Name.

Hope it will help you.
Best regards,