Returns the website configuration for a bucket. To host website on Amazon S3, you can configure a bucket as website by adding a website configuration. For more information about hosting websites, see Hosting Websites on Amazon S3.
See https://paws-r.github.io/docs/s3/get_bucket_website.html for full documentation.
s3_get_bucket_website(Bucket, ExpectedBucketOwner = NULL)
[required] The bucket name for which to get the website configuration.
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).