ElijahGlover / Umbraco-S3-Provider

Amazon Web Services S3 IFileSystem provider for Umbraco
46 stars 34 forks source link

Unable to load images from the S3 bucket #38

Open akarasev opened 4 years ago

akarasev commented 4 years ago

Hello,

We are using the Umbraco 7.12.3 and try to load images from the S3 bucket.

Following the guide, we installed Umbraco.Storage.S3 (also tried ImageProcessor) and made subsequent configuration changes.

Umbraco starts without errors.

However, when any site tries to load the media files from the S3 bucket it ends up with 404 Not Found.

We try a private S3 bucket with specified AWSAccessKey and AWSSecretKey, as well as a public S3 bucket without the settings.

It seems it doesn't work even with the correct configuration.

Is there a way to check out the provider logs for further investigation?

Maybe, it is a known issue with the specific Umbraco version?