jswope00 / s3-uploader-downloader

An uploader and downloader for Open EdX that works with AWS S3 storage.
6 stars 8 forks source link

name of s3_bucked is hardcoded #5

Closed tasawernawaz closed 3 years ago

tasawernawaz commented 3 years ago

As a learner when I tried to upload a file I got a 403 error. Upon investigation, I came to know that the default bucket name public-sgu doesn't exist in my storage, which is a default s3_bucket name added in the code. However, I couldn't find a way to configure this name via settings from the studio as I can edit other settings.