Learn R Programming

paws.storage (version 0.1.9)

s3_get_object_lock_configuration: Gets the Object Lock configuration for a bucket

Description

Gets the Object Lock configuration for a bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects.

Usage

s3_get_object_lock_configuration(Bucket)

Arguments

Bucket

[required] The bucket whose Object Lock configuration you want to retrieve.

Request syntax

svc$get_object_lock_configuration(
  Bucket = "string"
)