MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Bucket

Struct Bucket

storage/object_storage_client.go:17–19  ·  view source on GitHub ↗

References: - S3 client: https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html - Transfer Manager: https://aws.github.io/aws-sdk-go-v2/docs/sdk-utilities/s3/

Source from the content-addressed store, hash-verified

15// - Transfer Manager: https://aws.github.io/aws-sdk-go-v2/docs/sdk-utilities/s3/
16
17type Bucket struct {
18 S3Client *s3.Client
19}
20
21const (
22 uploadPartSize = 8 * 1024 * 1024 // 8 MiB

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected