Products' image storage #1993
-
Hey, The question that keeps me at night though is: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Certainly, if Hostinger has an Image hosting service I suppose you can write your own plugin by extending the Otherwise, if you are renting VPSes from Hostinger, you can always host a MinIO server on the same server or another standalone server to act as your own Image hosting service. |
Beta Was this translation helpful? Give feedback.
Certainly, if Hostinger has an Image hosting service I suppose you can write your own plugin by extending the
AbstractFileService
class from@medusajs/medusa
like in the S3 plugin: https://github.com/medusajs/medusa/blob/master/packages/medusa-file-s3/src/services/s3.jsOtherwise, if you are renting VPSes from Hostinger, you can always host a MinIO server on the same server or another standalone server to act as your own Image hosting service.