Trying to enable minio plugin but facing issue with testing it

Hello Dears ,

Hope someone can help me with my issue.

I enabled minio and ran local quickstart then I ran import democourse again but I don’t see any changes,

also when I list my buckets on minio they are all empty.

So how can I test if it’s working for me and how can I properly configure it?

Thank you in advance

1 Like

This is the buckets

./mc ls minio-stage-app
[2022-02-13 17:02:12 +03] 0B openedx/
[2022-02-13 17:02:12 +03] 0B openedxuploads/
[2022-02-13 17:02:12 +03] 0B openedxvideos/

This is the variables in config.yml

MINIO_AWS_SECRET_ACCESS_KEY: secret-key
MINIO_HOST: 192.168.102.6:9000

@regis Your kind support :slight_smile:

botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: “http://files.stage-srca.upskilling.sa:9000/openedx/openedx/media/video-transcripts/ac0a0e42965049e0af1b441354a6a4bc.sjson

$ ping stage-srca.upskilling.sa
PING stage-srca.upskilling.sa (95.177.173.8) 56(84) bytes of data.
...
$ ping files.stage-srca.upskilling.sa
ping: files.stage-srca.upskilling.sa: No address associated with hostname

You should configure your DNS records, as described in the docs: GitHub - overhangio/tutor-minio: MinIO plugin for Tutor

1 Like