-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18183. s3a audit logs to publish range start/end of GET requests in audit header #5110
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
Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1cd860e
Added the range of GetObject Request to the HttpReferer Header
cdc0685
Rearranged the import statements and a few other minor changes
9d2fd43
Removed blank lines
2d3eb86
Removed blank lines
216db7c
Removed blank lines
74ad528
Audit Constants added
7c8b3f1
Removed extra spaces
cf06569
Added the check for 2 elements in getObjectRequest range
5150698
Added Consumer Interface to add the range
6837be9
Added the case for 0 elements in range
2be27c9
Handling NullPointer Exception
620059c
Added the return statement in case of unexpected elements in range
732fd00
Restructured the if statements to less complex
deddad4
added period according to Checkstyle recommendation.
46d371c
Added the documentation for range in referer header and removed bytes…
c17dc77
Added the parameter for referrer header example
2122eaf
Unchanged the parameters other than range in Auditing.md documentation.
9ecfee5
Formatted the table in auditing documentation back to as it was
783ac9d
Formatted the table in auditing documentation back to as it was
f242288
Added new line
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
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.
ok, checkstyle is unhappy. needs splitting.
i will do that myself locally as i do a retest and merge.
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.
Sorry, I always miss that one. I wish it would fail the Yetus approval