-
Notifications
You must be signed in to change notification settings - Fork 329
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 {set,get}_object_retention() APIs #986
add {set,get}_object_retention() APIs #986
Conversation
510835e
to
c35407f
Compare
58e96d0
to
b30c28f
Compare
@balamurugana can this be reviewed? |
Depends on #985 |
f16466a
to
d6d7bfd
Compare
minio/api.py
Outdated
self, bucket_name, object_name, config, version_id=None, | ||
): | ||
""" | ||
Set retention configuration to an object. |
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.
Set retention configuration to an object. | |
Set retention configuration on an object. |
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.
Done
minio/retention.py
Outdated
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
"""Request/response of PutBucketReplication and GetBucketReplication APIs.""" |
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.
"""Request/response of PutBucketReplication and GetBucketReplication APIs.""" | |
"""Request/response of PutObjectRetention and GetObjectRetention APIs.""" |
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.
Done
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
d6d7bfd
to
9a3f9ac
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
No description provided.