DannerrQ / Umbraco-S3-Provider

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

Bucket prefix issue fixed #15

Open thiniraL opened 2 years ago

thiniraL commented 2 years ago

At the moment multiple prefix paths are not supported Eg: /prefix1/prefix2/prefix3/media above prefix will be directly saved to the database and images are not loading because of this therefore image path should be like "/media/imageName.xx" this code changes done to fix above issue