Skip to content

Commit

Permalink
fix: 403 error on course import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadKhalid210 authored and regisb committed Mar 12, 2024
1 parent 56ec652 commit 6523dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20240228_101740_fahad.khalid_HEAD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Fix a 403 error on exporting course content when the minio plugin is enabled. (by @FahadKhalid210)
3 changes: 2 additions & 1 deletion tutorminio/patches/openedx-auth
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
AWS_STORAGE_BUCKET_NAME: "{{ MINIO_BUCKET_NAME }}"
AWS_S3_CUSTOM_DOMAIN: ""
AWS_QUERYSTRING_AUTH: false
AWS_QUERYSTRING_AUTH: false
COURSE_IMPORT_EXPORT_BUCKET: "{{ MINIO_BUCKET_NAME }}"

0 comments on commit 6523dfd

Please sign in to comment.