edx-platform - EDX-SGA's "NoAuthHandlerFound" error
On July 20th, MIT's Office of Digital learning has released an XBlock for a Staff Graded Assignment ( SGA ). When placed in a course, this XBlock allows students to upload documents which can be viewed and graded by course staff. Git repository: https://github.com/mitodl/edx-sga But after I enabled the XBlock successfully, I could not upload the assignment file to the sga xblock (stop at 100%): I checked the log and found this: File "/ edx /app/edxapp/venvs/edxapp/ local/lib/python2.7/site- packages/boto/s3/connection. py", line 174, in __init__ validate_certs=validate_certs) File "/ edx /app/edxapp/venvs/edxapp/ local/lib/python2.7/site- packages/boto/connection.py", line 557, in __init__ host, config, self.provider, self._required_auth_ capability()) File "/ edx /app/edxapp/venvs/edxapp/ local/lib/python2.7/site- packages/boto/auth.py", line 728, in get_auth_handler 'Check your credentials' % (len(names)...