Versions in this module Expand all Collapse all v0 v0.5.0 May 26, 2020 Changes in this version + func CheckAPI(s3AccessKey string, s3SecretKey string, s3Profile string) (err error) + func CheckBucket(bucketName string, s3AccessKey string, s3SecretKey string, s3Profile string) (bucketExists bool, err error) + func CreateBucket(bucketName string, s3AccessKey string, s3SecretKey string, s3Profile string) (err error)