Documentation ¶
Index ¶
- Constants
- func AddKey2Redis(key string) (count int64, err error)
- func Check(e error)
- func CheckKeyExistInRedis(key string) (exist bool, err error)
- func Reverse(s string) string
- func S3_DeleteFolder(svc *s3.S3, bucket string, path string) error
- func S3_DeleteObject(svc *s3.S3, bucket string, key string) error
- func S3_IsEmptyObject(obj *s3.Object) bool
- func S3_ListObjects(svc *s3.S3, bucket string, subPath string) ([]*s3.Object, error)
- func SetKeyExpire(key string, duration time.Duration) (ok bool, err error)
Constants ¶
View Source
const (
S3_PathPrefix = "s3a://"
)
Variables ¶
This section is empty.
Functions ¶
func AddKey2Redis ¶
func CheckKeyExistInRedis ¶
func S3_IsEmptyObject ¶
func S3_ListObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.