All Projects → thaiphan → Magento2 S3

thaiphan / Magento2 S3

Licence: mit
Use Amazon S3 as the file storage solution for your Magento 2 application

Projects that are alternatives of or similar to Magento2 S3

S3 Uploader
🍎 macOS Electron+React App for uploading files to S3 directly from Status Bar
Stars: ✭ 119 (-10.53%)
Mutual labels:  s3
Serverless S3 Sync
A plugin to sync local directories and S3 prefixes for Serverless Framework ⚡️
Stars: ✭ 126 (-5.26%)
Mutual labels:  s3
Serverless S3 Local
Serverless s3 local plugin.
Stars: ✭ 129 (-3.01%)
Mutual labels:  s3
Serverless Architectures Aws
The code repository for the Serverless Architectures on AWS book
Stars: ✭ 120 (-9.77%)
Mutual labels:  s3
Magento Infinitescroll
Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.
Stars: ✭ 123 (-7.52%)
Mutual labels:  magento2
Afs
Abstract File Storage
Stars: ✭ 126 (-5.26%)
Mutual labels:  s3
Module Profiler
Magento 2 Profiler
Stars: ✭ 116 (-12.78%)
Mutual labels:  magento2
Algoliasearch Magento 2
Algolia Search integration for Magento 2 - compatible with versions from 2.3.x to 2.4.x
Stars: ✭ 131 (-1.5%)
Mutual labels:  magento2
Depot
Toolkit for storing files and attachments in web applications
Stars: ✭ 125 (-6.02%)
Mutual labels:  s3
Magento2 Alpaca Theme
Magento 2 theme built on top of Alpaca design system crafted for ecommerce
Stars: ✭ 129 (-3.01%)
Mutual labels:  magento2
Node Acme Lambda
Use AWS Lambda to manage SSL certificates for ACME providers like Let's Encrypt.
Stars: ✭ 120 (-9.77%)
Mutual labels:  s3
Cash
HTTP response caching for Koa. Supports Redis, in-memory store, and more!
Stars: ✭ 122 (-8.27%)
Mutual labels:  s3
Docker Registry Manifest Cleanup
Cleans up docker registry by removing untagged manifests from the registry
Stars: ✭ 127 (-4.51%)
Mutual labels:  s3
Website
⚡️ Instantly deploy static website on serverless infrastructure with zero configuration using Serverless Components.
Stars: ✭ 118 (-11.28%)
Mutual labels:  s3
Magento2 Bash Completion
Magento2 Bash Completion
Stars: ✭ 129 (-3.01%)
Mutual labels:  magento2
Aws Lambda Blog
AWS Lambda serverless blogging platform
Stars: ✭ 119 (-10.53%)
Mutual labels:  s3
Sumologic Aws Lambda
A collection of lambda functions to collect data from Cloudwatch, Kinesis, VPC Flow logs, S3, security-hub and AWS Inspector
Stars: ✭ 126 (-5.26%)
Mutual labels:  s3
Noobaa Core
NooBaa is a Dynamic Data Gateway for cloud-native, hybrid and multi cloud environments ☁️🚀
Stars: ✭ 131 (-1.5%)
Mutual labels:  s3
Terraform Aws S3 Bucket
Terraform module which creates S3 bucket resources on AWS
Stars: ✭ 130 (-2.26%)
Mutual labels:  s3
Ghost Storage Adapter S3
An AWS S3 storage adapter for Ghost
Stars: ✭ 128 (-3.76%)
Mutual labels:  s3

Thai's S3 Extension for Magento 2

Total Downloads MIT License Donate

Amazon S3 is a popular file storage solution that allows web apps to host images in the cloud. Setting up your web app to use cloud storage removes the need to use the local filesystem to store images. This, in turn, allows companies to spin up more servers to handle more traffic without having to worry also copying over pre-existing images onto these new servers. Cloud storage also provides some other performance benefits, such as shifting a lot of the load of retrieving images for a customer to S3 and the ability to easily set up a CloudFront CDN for your images.

Thai's S3 extension for Magento 2 allows retailers to upload their catalogue and WYSIWYG images straight to Amazon S3.

This is done by overriding the built-in database file storage mechanism to upload to Amazon S3 bucket instead of MySQL. By handling integration with Amazon S3 in this manner, this extension will work nicely with third-party extensions that properly use Magento's file system mechanisms as well as work with any future Magento functionality.

Support

Magento Version Supported
2.0
2.1
2.2
2.3

Magento 2.3 introduced breaking changes, which I am still contemplating how to fix. Please be patient or help contribute to this open source project!

Account & pricing

You will need to create an Amazon AWS account to get started. The cost to host your images on S3 varies depending on the AWS region that you are using and on the kind and amount of images that you upload. Click here for more detailed pricing information, https://aws.amazon.com/s3/pricing/

Features

Easy to use

This extension is easy to use with little configuration! You only need to follow a few simple steps (and one of them is simply to create a copy of your images as a precaution) to get up and running!

Sync all your media images

The following images are automatically saved to S3:

  • Product images
  • Generated thumbnails
  • WYSIWYG images
  • Category images
  • CAPTCHA images
  • Logos and favicons

Magento can now scale horizontally

Complex file syncing between multiple servers is now a thing of the past with this extension. All your servers will be able to share the one S3 bucket as the single source of media.

Easy integration with CloudFront CDN

CloudFront CDN supports using S3 as an origin server so you can significantly reduce load on your servers.

Installation

See the Installation page on the wiki.

Support

There's a Troubleshooting page on the wiki that I'll try and keep up to date with any issues that the community might have with the extension.

If you can't find the answer you're looking for, however, feel free to create a GitHub issue for support regarding this extension.

FAQs

Does this extension upload my log files?

No, the S3 extension only syncs across the media folder. You will need to find an alternative solution to store your log files.

Magento is still loading images from the file system! What went wrong?

The S3 extension is built on top of the built-in database file storage, which will re-download files back onto the file system as part of a caching mechanism. Magento will then use this cached version of the image instead of using S3.

If you have enabled S3 integration then you can safely delete the images off your file system (although please take a backup just in case). If you want Magento to not download files to the file system, you can configure your static media URL to point to S3 or CloudFront.

We did something wrong and all our images are gone! Can you restore it?

I recommend taking a backup of your media files when switching file storage systems. Unfortunately, there's nothing I can do if you somehow accidentally delete them.

Success Stories

Are you a happy user of my extension? I would love to feature you! Create a GitHub issue or send me an email to discuss opportunities for cross promotion!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].