its not working so far
I set the via config save
MINIO_ACCESS_KEY= storageaccountname
MINIO_SECRET_KEY= accesskeylong
MINIO_Gateway= azure
leaving the base openedx settings for the OPENEDX_AWS keys
when running save and run a local quick start
it fails at
`Plugin minio: running pre-init for service minio
docker-compose -f /home/AzureUser/.local/share/tutor/env/local/docker-compose.yml -f /home/AzureUser/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /home/AzureUser/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm minio-job sh -e -c mc config host add minio http://minio:9000 openedx BuXLVVNGBO6a0ThtsQFHpAzS --api s3v4
mc mb --ignore-existing minio/openedx minio/openedxuploads minio/openedxvideosMake common file upload bucket public (e.g: for forum image upload)
mc policy set public minio/openedx
Creating tutor_local_minio-job_run … done
mc: Configuration written to/root/.mc/config.json
. Please update your access credentials.
mc: Successfully created/root/.mc/share
.
mc: Initialized share uploads/root/.mc/share/uploads.json
file.
mc: Initialized share downloads/root/.mc/share/downloads.json
file.
Addedminio
successfully.
mc: Unable to make bucketminio/openedx
. Put “http://minio:9000/openedx/”: dial tcp: lookup minio on 127.0.0.11:53: no such host
looking at the init file
mc config host add minio http://minio:9000 {{ OPENEDX_AWS_ACCESS_KEY }} {{ OPENEDX_AWS_SECRET_ACCESS_KEY }} --api s3v4
it seems to be at that stage it will not accept the gateway settings and not access the service