MCPcopy Index your code
hub / github.com/google/go-github / AmazonS3OIDCConfig

Struct AmazonS3OIDCConfig

github/enterprise_audit_log_stream.go:58–64  ·  view source on GitHub ↗

AmazonS3OIDCConfig represents vendor-specific config for Amazon S3 with OIDC authentication.

Source from the content-addressed store, hash-verified

56
57// AmazonS3OIDCConfig represents vendor-specific config for Amazon S3 with OIDC authentication.
58type AmazonS3OIDCConfig struct {
59 Bucket string `json:"bucket"`
60 Region string `json:"region"`
61 KeyID string `json:"key_id"`
62 AuthenticationType string `json:"authentication_type"` // Value: "oidc"
63 ArnRole string `json:"arn_role"`
64}
65
66// AmazonS3AccessKeysConfig represents vendor-specific config for Amazon S3 with access key authentication.
67type AmazonS3AccessKeysConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected