Issue with minio with overhang

I get the below error in lms and cms workers:

File "/openedx/venv/lib/python3.8/site-packages/boto/s3/bucket.py", line 230, in _get_key_internal
raise self.connection.provider.storage_response_error(
 boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden

this happens after I enabled minio plugin. I have a two server set up a datastore server that has the databases , smtp, redis , elasticsearch and minio.

and a app server that has LMS CMS and its workers.

Any help will be appreciated.

Which action is triggering this error? For instance: are you exporting a course from the studio, uploading static assets in an open assessment component from the lms, uploading course files from the studio? Please also provide your tutor version (tutor --version) as well as the plugins that you are using (tutor plugins list).

(This might be related to this other thread.)

Hello Regis ,

It is triggered when I try to generate grade report inside the instructor tab

Then this issue is definitely related to this other one because both tasks store assets with the ImportExportS3Storage backend.

1 Like