Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2024 Changes in this version + func DeleteFile(bucketName string, objectKey string) error + func DetermineStorageType(content string) string + func DownloadFile(bucketName string, objectKey string) ([]byte, error) + func GetEndpoint(bucketName string) string + func GetLocation(bucketName, objectKey string) string + func ListFiles(bucketName string) ([]string, error) + func UploadFile(bucketName string, objectKey string, fileContents []byte, readable bool) error