Hi all. I am trying to extend the product images f...
# help
r
Hi all. I am trying to extend the product images functionality with Aws S3 bucket. I would appreciate a lot some hints if any of you has done something similar. Thx a lot I am new to Spryker ecosystem
w
What exactly do you want to do? Display them from a S3 bucket? Probably with a CDN in front
r
Hey, there thx. Yes, we need to store them at a S3 bucket and display them as well with the values of the fields external_url_large.spy_product_image
external_url_small.spy_product_image
s
r
I have already reached that point few moments ago, so that is the right path to start from , right ?
s
I would say so since this lets you connect to S3 from spryker
👍 1
w
Yes, replacing the local filesystem with S3 flysystem is the best practice approach
👍 1
m
Yes, we did that. Added a file upload and uploaded that file to s3, via flysystem