Hi Ashish, This is definitely possible. Arches uses the Django python framework which allows for custom file storage classes. Following the example from this site you can setup file storage on Amazon S3: https://simpleisbetterthancomplex.com/tutorial/2017/08/01/how-to-setup-amazon-s3-in-a-django-project.html
You can skip creating the model, view, and template in that example if you are using the default Arches forms. It’s likely with some modification this same approach can work with other file hosting services as well. Regards, Ryan -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/1926dee5-272b-447c-87d3-79a2260c20ed%40googlegroups.com.
