tomakali Posted June 18, 2015 Share Posted June 18, 2015 Hi, I have prestashop running on EC2 I have 2000 products imported into prestashop Now i have created S3 bucket Can anyone share step by step guide to configure and move images from EC2 to S3 Bucket? Link to comment Share on other sites More sharing options...
arjit Posted June 30, 2015 Share Posted June 30, 2015 Hi Tomakali, Did you get to know how can we solve this ? Any one can help? If we have a module which does the same ? Link to comment Share on other sites More sharing options...
egohermansyah Posted July 2, 2015 Share Posted July 2, 2015 bump for this thread, any tutorial guys thank's Link to comment Share on other sites More sharing options...
arjit Posted July 2, 2015 Share Posted July 2, 2015 I was able to get this done. I had mounted my s3 bucket with s3fs on my ec2 instance. then I had moved my image folder to bucket. and made a symlink to point to the monuted img folder. It worked perfectly. Pros : 1. All images are on S3 2. Same bukect can be used by cloud front. Cons: My back office became a little slow. I am fine with it. Let me know if you guys need the tutorial in more details. Or some problem people might have faced. 2 Link to comment Share on other sites More sharing options...
ronelgon Posted July 2, 2015 Share Posted July 2, 2015 Hello, I wish some one helps me with a solution on how to edit the code to allow adding attachments from external server like amazon s3 Bucket I will be happy to hear from you soon Thank you Ronnie Link to comment Share on other sites More sharing options...
arjit Posted July 2, 2015 Share Posted July 2, 2015 You can use s3fs to your ec2 machine. s3fs has a nice tutorial on it. Link to comment Share on other sites More sharing options...
ronelgon Posted July 2, 2015 Share Posted July 2, 2015 Hello arjit, Thanks for your reply.But am not using ec2 machine, am still on a shared hosting as my website is just new. But i would like to be adding product attachments like software or audio/video from external server like amazon s3. Is there away to configure the prestashop code to allow that option and if yes which file and where exactly? Your help will be highly appreciated Thank you Ronnie Link to comment Share on other sites More sharing options...
arjit Posted July 2, 2015 Share Posted July 2, 2015 Hi Ronnie, S3fs can mount S3 bucket on kind of server/laptop/machine. We can mount the s3 bucket. Once the bucket is mounted we access it s3 bucket as simple file system. How to use s3fs https://github.com/s3fs-fuse/s3fs-fuse/wiki/Installation-Notes Once the S3 bucket is mounted we can move the img folder in the bucket by simple cp command. then make a symlink that points to mounted S3 img folder. Link to comment Share on other sites More sharing options...
ronelgon Posted July 2, 2015 Share Posted July 2, 2015 Sorry i do not understand this as i think its for people using VPS and not those on shared hosting. Do you think i can have an alternative module/plugin for me to be able to store product attachments to amazon s3 or any other external server? because i want to be selling software and would like the files to be stored on external server like amazon s3 Otherwise i do appreciate your quick responses Regards, Ronnie Link to comment Share on other sites More sharing options...
tomakali Posted August 14, 2015 Author Share Posted August 14, 2015 Hi, can anyone develop a paid module to configure prestashop using amazon s3? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now