type cloud.google.com/go/storage.singleValueCondition
13 uses
cloud.google.com/go/storage (current package)
post_policy_v4.go#L178: type singleValueCondition struct {
post_policy_v4.go#L182: func (svc *singleValueCondition) MarshalJSON() ([]byte, error) {
post_policy_v4.go#L185: func (svc *singleValueCondition) isEmpty() bool {
post_policy_v4.go#L196: return &singleValueCondition{"success_action_redirect", redirectURL}
post_policy_v4.go#L200: svc := &singleValueCondition{name: "success_action_status"}
post_policy_v4.go#L254: &singleValueCondition{"acl", descFields.ACL},
post_policy_v4.go#L255: &singleValueCondition{"cache-control", descFields.CacheControl},
post_policy_v4.go#L268: conds = append(conds, &singleValueCondition{key, value})
post_policy_v4.go#L275: &singleValueCondition{"bucket", bucket},
post_policy_v4.go#L276: &singleValueCondition{"key", object},
post_policy_v4.go#L277: &singleValueCondition{"x-goog-date", now.Format(iso8601)},
post_policy_v4.go#L278: &singleValueCondition{
post_policy_v4.go#L282: &singleValueCondition{"x-goog-algorithm", "GOOG4-RSA-SHA256"},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |