Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Manoj Gupta 2 posts 72 karma points
    Feb 09, 2022 @ 18:49
    Manoj Gupta
    0

    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.

  • Chris Lord 58 posts 211 karma points
    Mar 24, 2022 @ 19:32
    Chris Lord
    0

    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?

  • Manoj Gupta 2 posts 72 karma points
    Mar 25, 2022 @ 07:16
    Manoj Gupta
    0

    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.

  • Paul Davis 6 posts 96 karma points notactivated
    Aug 24, 2022 @ 07:48
    Paul Davis
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft