Returns the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner.
See https://paws-r.github.io/docs/s3/get_bucket_logging.html for full documentation.
s3_get_bucket_logging(Bucket, ExpectedBucketOwner = NULL)
[required] The bucket name for which to get the logging information.
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request fails with the HTTP status code
403 Forbidden
(access denied).