MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / config

Struct config

go/s3/CustomClient/CustomHttpClient_test.go:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type config struct {
21 Bucket string `json:"Bucket"`
22 Object string `json:"Object"`
23 UseTimeout bool `json:"UseTimeout"`
24 ShowObject bool `json:"ShowObject"`
25 BucketCreated bool
26 ObjectCreated bool
27}
28
29var configFileName = "config.json"
30

Callers 2

index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected