Skip to content
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

Thumbnails on s3 bucket not displaying #23

Open
TKM-2 opened this issue Apr 28, 2022 · 1 comment
Open

Thumbnails on s3 bucket not displaying #23

TKM-2 opened this issue Apr 28, 2022 · 1 comment

Comments

@TKM-2
Copy link

TKM-2 commented Apr 28, 2022

On MODX 2.8.3 with AWS S3 Media Source Extra installed thumbnails are not displaying for images of any size in the bucket. A small window does pop up displaying a 404 icon. So it makes the file but can't find it to display.

I have contacted MODX support about this. Here's what he last said:

The error is stating that bucket does not yet exist. By the looks of your code, the bucket name is not correct, which is why a file cannot be found.

<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
<BucketName>bmcm-aws</BucketName>

I have confirmed that the bucket name is correctly entered in Media Source.

Also, note that the BucketName in the above code is actually the S3 account name which only appears as part of the URL for the Amazon S3 instance in the Media Source setup.

Any ideas? . . .

@TKM-2
Copy link
Author

TKM-2 commented Apr 29, 2022

Solved! There was a typo in the URL for the S3 instance. But don't know why the account name displays in the BucketName in the above code . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant