Get/Put/Delete the website configuration for a bucket.
delete_website(bucket, ...)
put_website(bucket, request_body, ...)
get_website(bucket, ...)Character string with the name of the bucket, or an object of class “s3_bucket”.
Additional arguments passed to s3HTTP.
A character string containing an XML request body, as defined in the specification in the API Documentation.
For put_website and get_website, a list containing the website configuration, if one has been set.
For delete_website: TRUE if successful, FALSE otherwise.
An aws_error object may be returned if the request failed.