-
Notifications
You must be signed in to change notification settings - Fork 487
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
Add method isVersioningEnabled() #955
Add method isVersioningEnabled() #955
Conversation
479614e
to
e484e1a
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.
Please fix comment message and PR title that you are adding new method isVersioningEnabled()
api/src/main/java/io/minio/messages/VersioningConfiguration.java
Outdated
Show resolved
Hide resolved
api/src/main/java/io/minio/messages/VersioningConfiguration.java
Outdated
Show resolved
Hide resolved
isVersioningEnabled()
isVersioningEnabled()
e484e1a
to
29dc355
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.
LGTM
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.
Please add an example
Added. |
9757955
to
4c0a860
Compare
4c0a860
to
a8df66a
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.
LGTM apart from a very minor comment.
a8df66a
to
6639ef2
Compare
75bd1fd
to
69e4ac8
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.
LGTM
1f5cb76
to
57b1310
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.
LGTM
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.
LGTM
Added the
isVersioningEnabled
which return true if bucket is version enabled.