icon

@gekidasa Okay, we've just fixed the bug when using AWS S3! Please redeploy the Hollo service in the Railway dashboard (see also the attached screenshot), and add a new environment variable S3_REGION=us-east-1.

How to redeploy the Hollo service in the Railway dashboard.
Attach image
icon

@gekidasa It's probably a bug in Hollo itself, we'll look into it and let you know!

11:18:33
2024-06-24 12:14:39 洪 民憙 (Hong Minhee)の投稿 hongminhee@fosstodon.org
icon

このアカウントは、notestockで公開設定になっていません。

icon

@gekidasa You have to configure values as like below:

  • S3_ENDPOINT_URL: https://us-east-1.amazonaws.com
  • S3_URL_BASE: https://gekidasa.s3.us-east-1.amazonaws.com

Please make sure that both values start with https://!

icon

@gekidasa Usually S3_ENDPOINT_URL is shorter than S3_URL_BASE, because S3_URL_BASE contains a bucket name. The actual values depend on your settings though.