Documentation
¶
Index ¶
- func DeleteObject(bucket, key string) error
- func DeleteObjectHandler(c *fiber.Ctx) error
- func ErrorNoSuchKey() *core.S3Error
- func GetObject(bucket, key string) (io.ReadSeeker, error)
- func GetObjectHandler(c *fiber.Ctx) error
- func HeadObject(bucket, key string) error
- func HeadObjectHandler(c *fiber.Ctx) error
- func PutObject(bucket string, key string, data []byte) error
- func PutObjectHandler(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteObject ¶
func DeleteObjectHandler ¶
DeleteObjectHandler: DELETE /:bucket/:key
func ErrorNoSuchKey ¶
func GetObjectHandler ¶
GetObjectHandler: GET /:bucket/:key
func HeadObject ¶
func HeadObjectHandler ¶
HeadObjectHandler: Head /:bucket/:key
func PutObjectHandler ¶
PutObjectHandler: PUT /:bucket/:key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.