HDDS-1479. Update S3.md documentation#791
Closed
vivekratnavel wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
@bharatviswa504 Please review when you find time |
|
🎊 +1 overall
This message was automatically generated. |
Contributor
Author
|
/label ozone |
elek
approved these changes
May 2, 2019
Member
elek
left a comment
There was a problem hiding this comment.
+1 Thanks the fix.
You are right thanks to @bharatviswa504 we have range support since https://issues.apache.org/jira/browse/HDDS-791
shanthoosh
added a commit
to shanthoosh/hadoop
that referenced
this pull request
Oct 15, 2019
This PR consists of the following changes: * Switching all the API methods from using byte[] array as key type to string. * Fixed `CoordinatorMetadataStore`, `ZkMetadataStore` tests due to the type change of key. Shortly in a followup PR, namespace unification for different metadata stored in standalone and YARN model will be done. Author: Shanthoosh Venkataraman <spvenkat@usc.edu> Reviewers: Prateek <prateekm@linkedin.com> Closes apache#791 from shanthoosh/metadata_store_api_cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HDDS-791 implemented range get operation.
But, S3.md documentation still has the below line:
GET Object | implemented | Range headers are not supported
This PR deletes the "Range headers are not supported" from the doc.