paws.storage (version 0.1.0)

s3_get_bucket_lifecycle: No longer used, see the GetBucketLifecycleConfiguration operation

Description

No longer used, see the GetBucketLifecycleConfiguration operation.

Usage

s3_get_bucket_lifecycle(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$get_bucket_lifecycle(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example gets ACL on the specified bucket.
# }
# NOT RUN {
svc$get_bucket_lifecycle(
  Bucket = "acl1"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab