aboutsummaryrefslogtreecommitdiff
path: root/webui_website.go
diff options
context:
space:
mode:
Diffstat (limited to 'webui_website.go')
-rw-r--r--webui_website.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui_website.go b/webui_website.go
index e8a89c0..9685374 100644
--- a/webui_website.go
+++ b/webui_website.go
@@ -102,6 +102,9 @@ func handleWebsiteInspect(w http.ResponseWriter, r *http.Request) {
if processErr == nil {
http.Redirect(w, r, "/website", http.StatusFound)
}
+ case "rotate_key":
+ do_action := true
+ _, processErr = ctrl.Patch(bucketName, &WebsitePatch { RotateKey: &do_action })
default:
processErr = fmt.Errorf("Unknown action")
}