abocati / magento-amazons3-customfile

Upload any Custom File Option from a Magento product to a bucket on Amazon S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magento-amazons3-customfile

Upload any Custom File Option from a Magento product Amazon S3.

Instead of saving the Product "Custom File" from a product during the checkout locally it will upload the file to Amazon S3.

Required Extension: One Pica

Replace the variable for the bucket that you would like to save on S3.

protected $_bucketArtwork = "artworks";

Please replace the file into: /app/code/core/Mage/Catalog/Model/Product/Option/Type/File.php

About

Upload any Custom File Option from a Magento product to a bucket on Amazon S3


Languages

Language:PHP 100.0%