aws s3api get-bucket-website

From wikieduonline
Revision as of 14:15, 21 June 2023 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: