MCPcopy Create free account
hub / github.com/google/go-github / AmazonS3AccessKeysConfig

Struct AmazonS3AccessKeysConfig

github/enterprise_audit_log_stream.go:67–74  ·  view source on GitHub ↗

AmazonS3AccessKeysConfig represents vendor-specific config for Amazon S3 with access key authentication.

Source from the content-addressed store, hash-verified

65
66// AmazonS3AccessKeysConfig represents vendor-specific config for Amazon S3 with access key authentication.
67type AmazonS3AccessKeysConfig struct {
68 Bucket string `json:"bucket"`
69 Region string `json:"region"`
70 KeyID string `json:"key_id"`
71 AuthenticationType string `json:"authentication_type"` // Value: "access_keys"
72 EncryptedSecretKey string `json:"encrypted_secret_key"`
73 EncryptedAccessKeyID string `json:"encrypted_access_key_id"`
74}
75
76// SplunkConfig represents vendor-specific config for Splunk.
77type SplunkConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected