Hi
i'm thinking about deploying EspoCRM on a docker container to have an immutable image.. and orchestrate my deployment through Kubernetes.
EspoCRM will be running in HA mode, on many nodes, behind a load-balancer.
I have currently a design issue regarding the upload folder.
Is there a way (or is it in the roadmap) to have a connector to upload content to an "object-store" backend (ex: AWS S3 or Openstack Swift for example) rather than putting files in the local machine?
Currently, because of this design, i have to sync between containers the upload folder.. (or bind-mount a volume..) between the host and the container..
I think that it could be great to have this feature.
SugarCRM (that was used before my POC) seems to have this uploadStream class:
and we can configure the upload class wrapper in config file.
That could be really awesome i guess to have that for Espo
Thanks!
i'm thinking about deploying EspoCRM on a docker container to have an immutable image.. and orchestrate my deployment through Kubernetes.
EspoCRM will be running in HA mode, on many nodes, behind a load-balancer.
I have currently a design issue regarding the upload folder.
Is there a way (or is it in the roadmap) to have a connector to upload content to an "object-store" backend (ex: AWS S3 or Openstack Swift for example) rather than putting files in the local machine?
Currently, because of this design, i have to sync between containers the upload folder.. (or bind-mount a volume..) between the host and the container..
I think that it could be great to have this feature.
SugarCRM (that was used before my POC) seems to have this uploadStream class:
and we can configure the upload class wrapper in config file.
That could be really awesome i guess to have that for Espo
Thanks!
Comment