Learn R Programming

paws.storage (version 0.1.3)

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.

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"
)