MCPcopy
hub / github.com/kubernetes/kops / S3Path

Struct S3Path

util/pkg/vfs/s3fs.go:43–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41)
42
43type S3Path struct {
44 s3Context *S3Context
45 bucket string
46 key string
47 etag *string
48
49 // scheme is configurable in case an S3 compatible custom
50 // endpoint is specified
51 scheme string
52 // sse specifies if server side encryption should be enabled
53 sse bool
54}
55
56var (
57 _ Path = &S3Path{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected