thaiphan / magento-s3

Use Amazon S3 as the file storage solution for your Magento store
MIT License
64 stars 22 forks source link

Is there any way to sync custom module image directory in to s3? #3

Closed Erchiragdodia closed 6 years ago

Erchiragdodia commented 7 years ago

How can i upload custom module images to s3? is there any piece of code need to change?

thaiphan commented 6 years ago

Hi @Erchiragdodia,

If you use the Magento's built-in file storage mechanisms in your code, the extension should be able to just upload to S3.

Regards,

Thai

VivekShingala commented 4 years ago

Hi @Erchiragdodia

Did you find a way to use the Magento's built-in file storage mechanisms in a custom module? If so, could you please share it here?