shopware5 / SwagMediaS3

MIT License
22 stars 17 forks source link

S3 Endpoint #12

Closed Isengo1989 closed 7 years ago

Isengo1989 commented 7 years ago

What is meant with 'mediaUrl' => 'YOUR_S3_OR_CLOUDFRONT_ENDPOINT' - where to find it or how to set it - I have no clue what this means. Please update the Docu.

janbuecker commented 7 years ago

This is meant to be the url to reach your media files. Usually, this is a custom domain or the actual s3 bucket url like https://your-bucket-name.s3-website.eu-central-1.amazonaws.com/

Isengo1989 commented 7 years ago

Thanks @janbuecker - figured it out after a while, but maybe a short description would help.

janbuecker commented 7 years ago

I've just updated the readme file to clearify the mediaUrl parameter.

Thanks for your feedback @Isengo1989.