Replies: 1 comment
-
i am getting same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to configure Media library with S3 but i can't. I have command to create products on my store (products imported from my other source) and there I have simple image upload:
$media = $product->addMediaFromUrl($imageUrl)->toMediaCollection('images');
in .env:
I added
MEDIA_DISK=s3
to .env file and during upload it creates new folder on S3 bucket and upload there an original image but that's all - no other files or conversions. Also I'm getting errors like:or
but with other MEDIA_DISK (like "public") it's working as charm without any problems.
Beta Was this translation helpful? Give feedback.
All reactions