Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSProvider ¶ added in v1.2.0
type AWSProvider struct {
// contains filtered or unexported fields
}
func NewAWSProvider ¶ added in v1.2.0
func NewAWSProvider() (*AWSProvider, error)
NewAWSProvider initializes a new AWSProvider with the given AWS configuration. It supports custom endpoint resolution for testing purposes.
func (*AWSProvider) Delete ¶ added in v1.2.0
func (a *AWSProvider) Delete(path string) error
Delete removes an object from an S3 bucket using the specified path.
Click to show internal directories.
Click to hide internal directories.