Gets an object's current Legal Hold status.
s3_get_object_legal_hold(Bucket, Key, VersionId, RequestPayer)
[required] The bucket containing the object whose Legal Hold status you want to retrieve.
[required] The key name for the object whose Legal Hold status you want to retrieve.
The version ID of the object whose Legal Hold status you want to retrieve.
svc$get_object_legal_hold( Bucket = "string", Key = "string", VersionId = "string", RequestPayer = "requester" )