Feature Board
Dropshare as a product lives from user feedback. Please submit your ideas and feedback for new features and functionality.
I hope there will be file path template customizer for uploaded file, this feature will help me better manage my files for S3 storage and SFTP.
Some path template elements example: part of local file path, date, time, file suffix, etc...
My use case is assume I upload a png image file and I set the file path template like /<year>/<month>/<day>/, and set the filename randomizer as MD5 hash, then the final URL will be: https://<my_custom_domain>/2022/03/17/<file_md5>.png while 2022/03/17 is today's date