-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deletion not working from Amazon S3 bucket #31
Comments
@callsk This is expected behaviour. |
Why it's re generate all product images in system pub/media/catalog/product ? |
I had the same issue. It regenerates the images in the system server. |
Hey guys, Yeah, Magento will regenerate images in the system server by default. I plan on building a cron job to delete images every night but haven't gotten around to building that. Regards, Thai |
Hi @thaiphan, Do you have any idea why Magento do that? Is it something we can disable or is it because of caching Magento does? Anyway, it does not create any issue whenever we delete the folder contents, right? Regards, |
Hey @jobrandon,
Yeah, it's a caching mechanism that Magento has built in. We can't change it. :/
You should be able to safely delete the Regards, Thai |
Hi @thaiphan, it is not deleting captcha files from the s3 buckets |
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.
The text was updated successfully, but these errors were encountered: