Documentation ¶
Index ¶
- type S3
- func (s3 *S3) DeleteObjects(keys []string) *SDK.DeleteObjectsOutput
- func (s3 *S3) GetObjectBytes(objectKey string) ([]byte, error)
- func (s3 *S3) KeyToUrl(key string) string
- func (s3 *S3) ListAllObjects(prefix string) []string
- func (s3 *S3) ListObjects(prefix string, pageSize int64, marker string) *SDK.ListObjectsOutput
- func (s3 *S3) PutObject(objectKey string, buffer []byte) *SDK.PutObjectOutput
- func (s3 *S3) SignedPutObjectRequestURL(objectKey string, expiryTime time.Duration) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3 ¶
func (*S3) DeleteObjects ¶
func (s3 *S3) DeleteObjects(keys []string) *SDK.DeleteObjectsOutput
Get the contents of an object.
func (*S3) GetObjectBytes ¶
Get the contents of an object.
func (*S3) ListObjects ¶
Get a paginated list of objects.
Click to show internal directories.
Click to hide internal directories.