-
Notifications
You must be signed in to change notification settings - Fork 286
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
Adds 3 missing constructor parameters. #694
Conversation
docs/API.md
Outdated
|`accessKey` | _string_ |accessKey is like user-id that uniquely identifies your account. | | ||
|`secretKey` | _string_ | secretKey is the password to your account.| | ||
|`region` | _string_ |Set this value to override region cache. (Optional)| | ||
|`transport` | _string_ |Set this value to to pass in a custom transport. (Optional)| |
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.
s/to to/to (only single to is okay)
|`secure` | _bool_ |If set to true, https is used instead of http. Default is true. | | ||
|`region` | _string_ |Set this value to override auto bucket region discovery. (Optional)| | ||
|`accessKey` | _string_ |accessKey is like user-id that uniquely identifies your account. | |
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.
Only one PR is needed #696 is doing the same thing
8990ca0
to
48c3fd3
Compare
48c3fd3
to
6237e99
Compare
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.
Only two reviews needed, removing my review.
Fixes #684