-
Notifications
You must be signed in to change notification settings - Fork 241
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
Bf/zenko 436 pick read location fix #1264
Bf/zenko 436 pick read location fix #1264
Conversation
@@ -0,0 +1,26 @@ | |||
/** | |||
* checkReadLocation - verify that a bucket's default read location exists | |||
* a specified read data locator |
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.
typo exists [for] a specified ...
* @param {string} locationName - location constraint | ||
* @param {string} objectKey - object key | ||
* @param {string} bucketName - bucket name | ||
* @return {Object | null} return object if location exists; otherwise, null |
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.
minor: I suggest a more descriptive comment about the returned value, e.g. returns the data storage location?
(cherry picked from commit b7fb379) + some typo fixes
36f3ee6
to
46f3f1a
Compare
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
PR has been updated. Reviewers, please be cautious. |
@@ -0,0 +1,27 @@ | |||
/** | |||
* checkReadLocation - verify that a bucket's default read location exists | |||
* a for specified read data locator |
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.
minor: for a
closed in favor of #1272 |
(cherry picked from commit b7fb379)