Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsS3 ¶
type AwsS3 struct {
// contains filtered or unexported fields
}
func (*AwsS3) DeleteFile ¶
@object: *AwsS3 @function: DeleteFile @description: Delete file from Aws S3 using aws-sdk-go. See https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/s3-example-basic-bucket-operations.html#s3-examples-bucket-ops-delete-bucket-item @param: file *multipart.FileHeader @return: string, string, error
func (*AwsS3) UploadFile ¶
@object: *AwsS3 @function: UploadFile @description: Upload file to Aws S3 using aws-sdk-go. See https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/s3-example-basic-bucket-operations.html#s3-examples-bucket-ops-upload-file-to-bucket @param: file *multipart.FileHeader @return: string, string, error
Click to show internal directories.
Click to hide internal directories.