Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterConfig ¶
type AdapterConfig interface {
BlockstoreType() string
BlockstoreLocalParams() (Local, error)
BlockstoreS3Params() (S3, error)
BlockstoreGSParams() (GS, error)
BlockstoreAzureParams() (Azure, error)
}
AdapterConfig configures a block adapter.
type S3 ¶
type S3 struct {
AwsConfig *aws.Config
StreamingChunkSize int
StreamingChunkTimeout time.Duration
DiscoverBucketRegion bool
SkipVerifyCertificateTestOnly bool
ServerSideEncryption string
ServerSideEncryptionKmsKeyID string
PreSignedExpiry time.Duration
DisablePreSigned bool
DisablePreSignedUI bool
}
Click to show internal directories.
Click to hide internal directories.