Learn R Programming

paws.storage (version 0.1.4)

s3_get_object_legal_hold: Gets an object's current Legal Hold status

Description

Gets an object's current Legal Hold status.

Usage

s3_get_object_legal_hold(Bucket, Key, VersionId, RequestPayer)

Arguments

Bucket

[required] The bucket containing the object whose Legal Hold status you want to retrieve.

Key

[required] The key name for the object whose Legal Hold status you want to retrieve.

VersionId

The version ID of the object whose Legal Hold status you want to retrieve.

RequestPayer

Request syntax

svc$get_object_legal_hold(
  Bucket = "string",
  Key = "string",
  VersionId = "string",
  RequestPayer = "requester"
)