Can we use s3 bucket as media in "Umbraco version 9"
Hi Guys, I am using Umbraco version 9.1.1 in my project and wanted to use AWS S3 bucket storage as a default media for Umbraco. Any guess how can we achieve the same.
Did you find a solution for this, I am doing a POC using Umbraco 9 and need to have media on s3. Assuming this can be achieved using a custom implementation of IFileSystem?
Hi Chris, Thanks for your comment. Yes this can be achieved by custom implementation of IFileSystem because there is no ready to use package available for this till date for Umbraco 9.
I am trying to get the solution by implementation of IFileSystem but till now not succeeded.
The documentation should also say that we need to implement IFileProvider (and therefore also IDirectoryContents, and IFileInfo) to get media from another location e.g. Amazon S3.
Can we use s3 bucket as media in "Umbraco version 9"
Hi Guys, I am using Umbraco version 9.1.1 in my project and wanted to use AWS S3 bucket storage as a default media for Umbraco. Any guess how can we achieve the same.
Did you find a solution for this, I am doing a POC using Umbraco 9 and need to have media on s3. Assuming this can be achieved using a custom implementation of IFileSystem?
Hi Chris, Thanks for your comment. Yes this can be achieved by custom implementation of IFileSystem because there is no ready to use package available for this till date for Umbraco 9. I am trying to get the solution by implementation of IFileSystem but till now not succeeded.
Figured it out!
The documentation should also say that we need to implement IFileProvider (and therefore also IDirectoryContents, and IFileInfo) to get media from another location e.g. Amazon S3.
is working on a reply...