Magento – Access product-images from external url

external-imagesmagento2product-images

I need to display images for products without uploading on my server. I need to achieve:

  1. Images are uploaded on another server
  2. Images to be display on magento2 products

Is it possible that we add ONLY URL of images and it displays in Magento 2. This is how we add product in Amazon like site by mentioning url of images.

What I already checked: How to set product images from external url, Import product images from external url

Any ideas and suggestions are welcome.

Best Answer

I think this is possible by using external server like AWS S3 and CloudFront to cache the images, then you can upload your images directly on AWS S3.