magento2-s3 icon indicating copy to clipboard operation
magento2-s3 copied to clipboard

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

Results 27 magento2-s3 issues
Sort by recently updated
recently updated
newest added

# Description No thumbnails are generated in a magento instance connecting to an existing database of products. Thus, we must generate them using the `bin/magento catalog:images:resize` command. However, since the...

enhancement
help wanted

Hi there, I've got an error when uploading product images to Amazon S3. Can anybody help me to know what is the problem? And how to fix this problem? Thank...

We're getting the following error: Fatal error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 152793229652 bytes) in vendor/aws/aws-sdk-php/src/functions.php on line 307 Is there a patch for this...

Getting memory limit errors when running `s3:storage:export` after uploading several GBs. php memory_limit=2G so something is likely leaking memory. The real problem is it starts over from the beginning when...

enhancement

Hi @thaiphan , I have installed your extension and followed the steps mentioned in installation guide. 1] After running php bin/magento s3:storage:export, the console says that it's uploading the files...

question

While deleting media from system (magento 2) and saving it, thaiphan extension doesn't remove it from amazon S3. Can you please provide solution for that.

While exporting the data i'm getting this error, I'm using Magento 2.2.5 main.CRITICAL: Error executing "ListObjects" on "https://bucketname.s3.amazonaws.com/?encoding-type=url"; AWS HTTP error: cURL error 60: SSL certificate problem: unable to get...

While install the extension , Not able to see the Product Images page in store front , It was not properly downloading & same not properly uploading to s3 bucket....

Hi I have installed this module in my M2 store and have executed all the given commands in [installtion](https://github.com/thaiphan/magento2-s3/wiki/Installation) it seems to be working for product list page but not...

help wanted