Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Endpoint string `json:"endpoint"` BucketName string `json:"bucketName"` Region string `json:"region"` AccessKey string `json:"accessKey"` SecretKey string `json:"secretKey"` }
Client represents the S3 storage client.
func (Client) GetConnectionID ¶
func (Client) GetConnectionPool ¶
func (c Client) GetConnectionPool(logr.Logger) protoc.ConnectionPool
func (Client) GetCredential ¶
Click to show internal directories.
Click to hide internal directories.