Learn R Programming

paws.storage (version 0.1.10)

s3_get_bucket_notification: No longer used, see GetBucketNotificationConfiguration

Description

No longer used, see GetBucketNotificationConfiguration.

Usage

s3_get_bucket_notification(Bucket, ExpectedBucketOwner)

Arguments

Bucket

[required] The name of the bucket for which to get the notification configuration.

ExpectedBucketOwner

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

Request syntax

svc$get_bucket_notification(
  Bucket = "string",
  ExpectedBucketOwner = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns notification configuration set on a
# bucket.
svc$get_bucket_notification(
  Bucket = "examplebucket"
)

# The following example returns notification configuration set on a
# bucket.
svc$get_bucket_notification(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab