thaiphan / magento2-s3

Use Amazon S3 as the file storage solution for your Magento 2 application
MIT License
142 stars 95 forks source link

Add base URL: Invalid Base URL. Value must be a URL or one of placeholders: {{base_url}} #44

Closed Aminot1 closed 6 years ago

Aminot1 commented 6 years ago

hello, I have installed this module, and went through installation steps, 1, 2, 3.

At step 4, I am trying to add my bucket name, but it's not saving, i get the following error: Invalid Base URL. Value must be a URL or one of placeholders: {{base_url}}

Magento version: 2.2.2 PHP version: 7.1

Any ideas ?

thaiphan commented 6 years ago

Hi @AminMkh,

You need to put in a full URL, e.g. https://s3.com/bucketname, and not just your bucket name. I hope that helps.

Regards,

Thai