Migrate to Go version 1.11.4 (#7026)

This commit is contained in:
Harshavardhana
2018-12-28 14:04:39 -08:00
committed by GitHub
parent 2a0e4b6f58
commit b5280ba243
5 changed files with 18 additions and 18 deletions

View File

@@ -29,14 +29,14 @@ import (
// startWithConds - map which indicates if a given condition supports starts-with policy operator
var startsWithConds = map[string]bool{
"$acl": true,
"$bucket": false,
"$cache-control": true,
"$content-type": true,
"$content-disposition": true,
"$content-encoding": true,
"$expires": true,
"$key": true,
"$acl": true,
"$bucket": false,
"$cache-control": true,
"$content-type": true,
"$content-disposition": true,
"$content-encoding": true,
"$expires": true,
"$key": true,
"$success_action_redirect": true,
"$redirect": true,
"$success_action_status": false,