ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Castopod Amazon S3 Configuration / Backblaze B2

    IT Discussion
    castopod
    2
    2
    498
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      If you want to use Castopod, you almost certainly want to connect it to an S3 bucket. But the documentation on the site is missing a couple critical elements. The bucket must be specified and the format of the host needs the header. Here is an example configuration from the end of the .env file.

      media.fileManager="s3"
      media.s3.endpoint="https://s3.us-east-001.backblazeb2.com"
      media.s3.bucket="bucketname"
      media.s3.key="mykeyID"
      media.s3.secret="mykeySecret"
      media.s3.region="us-east-001"
      

      This took some tracking down. The media.s3.bucket is absolutely critical, but does not appear in the documentation. The https:// I'm told is required as it prefixes bad data without it.

      1 Reply Last reply Reply Quote 1
      • travisdh1T
        travisdh1
        last edited by

        That looks like a real pain to have tracked down!

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post