magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Implement a MediaFileStorageInterface to abstract media storage (file read, write, delete) #255

Closed woutersamaey closed 3 years ago

woutersamaey commented 4 years ago

Implement a MediaFileStorageInterface to abstract media storage (file read, write, delete). This way it is easier to implement using files directly from cloud storage like Amazon S3 and others.

kandy commented 3 years ago

Support of S3 (other blob storage can be added as well) was added to Magento Core so I close this ticker as resolved. Please pay attention that it was implemented on FileSystem level, and we think about deprecation of MediaStorage module

sidolov commented 3 years ago

I'm closing the issue since it's already implemented.