-
Notifications
You must be signed in to change notification settings - Fork 119
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
Update aws.md with errors #2226
Conversation
added couple more error messages
This is usually due to an incorrect IAM account setup or an incorrect configuration file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in terms of the errors and causes, it requires a separate section, rather put everything in monolithic text. Can you please separate those.
docs/mkdocs/docs/aws.md
Outdated
This is usually due to an incorrect IAM account setup or an incorrect configuration file. | ||
|
||
'Access Denied' error most probably mean incorrect aws configuration file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line can be removed
docs/mkdocs/docs/aws.md
Outdated
Actual: arcticdb_ext.exceptions.StorageException: E_S3_RETRYABLE Retry-able error: S3Error#99 : Encountered network error when sending http request for object '_arctic_cfg/cref/' | ||
``` | ||
A loss of network connectivity would triggers such error. Note, that this error will appear after several attempts to re-establish the connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A loss of network connectivity would triggers such error. Note, that this error will appear after several attempts to re-establish the connection | |
A loss of network connectivity could trigger such an error. Note, that this error will appear after several attempts to re-establish the connection. |
added couple more error messages
Reference Issues/PRs
What does this implement or fix?
Any other comments?
Checklist
Checklist for code changes...