aws s3api get-bucket-website

From wikieduonline
Jump to navigation Jump to search

aws s3api get-bucket-website --bucket your_bucket_name

aws s3api get-bucket-website --bucket your_bucket_name
{
    "RedirectAllRequestsTo": {
        "HostName": "your_destination.com/page/",
        "Protocol": "https"
    }
}


See also[edit]

Advertising: