GetObjectLegalHold
Gets an object's current legal hold status
Request Syntax
URI Request Parameters
The request uses the following URI parameters.
Bucket
The bucket name containing the object whose legal hold status you want to retrieve.
Required: Yes
Key
The key name for the object whose legal hold status you want to retrieve.
Length Constraints: Minimum length of 1.
Required: Yes
versionId
The version ID of the object whose legal hold status you want to retrieve.
x-amz-expected-bucket-owner
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
x-amz-request-payer
Confirms that the requesters know that they will be charged for the request. Bucket owners need not specify this parameter in their requests.
Valid Values: requester
Request Body
The request does not have a request body.
Response Syntax
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
LegalHold
Root level tag for the LegalHold parameters.
Required: Yes
Status
Indicates whether the specified object has a legal hold in place.
Type: String
Valid Values: ON | OFF
Last updated