Working with files in microservices, do I need a separate service?

Issue

This Content is from Stack Overflow. Question asked by Sizov Boris

I am trying to understand microservices and I have a question:
I heard that many people use a separate service for working with files (it’s like a proxy for Minio or Sftp, tables are only needed to store information about a real file). But what if I need to store a file (not real files, just links) in another service?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?