Self-hosted files not getting written to S3 bucket #290
timatlee
started this conversation in
Self-hosting
Replies: 1 comment 1 reply
-
Did you read this artical? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Garage as my s3 object store of choice, which for every other application has been a drop-in replacement for minio or s3.
I've updated the filenode configuration to reflect local setup:
filenode contains
/root/.aws/credentials
, which contains the following content:I can connect to the bucket using the aws cli from another host, so I'm pretty confident that I have the right credentials.
Filenode isn't showing any errors at all - it's like it's quietly failing. I was honestly hoping / expecting to see some sort of error that I could work from - but there's nothing.
I've tried with a few different syntaxes for the s3 bucket (s3://s3.., http://s3..:3900, etc..) without any obvious changes.
Help please? :)
thanks.
Beta Was this translation helpful? Give feedback.
All reactions