We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part1: Instead of changing all backends in single, change this in small prs.
Update secures in
The text was updated successfully, but these errors were encountered:
Sandbox PR for this change
Sorry, something went wrong.
in edx-app thats how storages are setting up.
edx-app
if COURSE_IMPORT_EXPORT_BUCKET: COURSE_IMPORT_EXPORT_STORAGE = 'cms.djangoapps.contentstore.storage.ImportExportS3Storage' else: COURSE_IMPORT_EXPORT_STORAGE = DEFAULT_FILE_STORAGE USER_TASKS_ARTIFACT_STORAGE = COURSE_IMPORT_EXPORT_STORAGE COURSE_METADATA_EXPORT_BUCKET = ENV_TOKENS.get('COURSE_METADATA_EXPORT_BUCKET', '') if COURSE_METADATA_EXPORT_BUCKET: COURSE_METADATA_EXPORT_STORAGE = 'cms.djangoapps.export_course_metadata.storage.CourseMetadataExportS3Storage' else: COURSE_METADATA_EXPORT_STORAGE = DEFAULT_FILE_STORAGE
Buckets already sets for stage and prod https://github.com/edx/edx-internal/search?q=COURSE_IMPORT_EXPORT_BUCKET
PR for edx-app
awais786
No branches or pull requests
Part1:
Instead of changing all backends in single, change this in small prs.
Update secures in
The text was updated successfully, but these errors were encountered: