-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
IAM role check doesn't catch all potential exceptions #38
Comments
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 5, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 5, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 5, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 5, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 6, 2020
Merged
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 7, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 7, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 12, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 14, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 14, 2020
hdagheda
added a commit
to hdagheda/moodle-fileconverter_librelambda
that referenced
this issue
Oct 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When IAM role is not set it tries to connect without key and secreat and therefore throws
\Aws\Exception\CredentialsException
exception:https://github.com/catalyst/moodle-fileconverter_librelambda/blob/master/classes/converter.php#L202-L206
Therefore the setting page is not displayed at all:
See objectfs as an example:
https://github.com/catalyst/moodle-tool_objectfs/blob/master/classes/local/store/s3/client.php#L215-L234
Also as part of IAM role change this line was changed:
c68fe43#diff-b9a34794852807cf1a15b1525ad6e3dbR106
Thus, proxy is used even when the setting is set to
0
.And the last one:
This return isn't expected. Should be bool
https://github.com/catalyst/moodle-fileconverter_librelambda/blob/master/classes/converter.php#L323
The text was updated successfully, but these errors were encountered: