object

package
v0.0.0-...-7ec2eca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteObject

func DeleteObject(bucket, key string) error

func DeleteObjectHandler

func DeleteObjectHandler(c *fiber.Ctx) error

DeleteObjectHandler: DELETE /:bucket/:key

func ErrorNoSuchKey

func ErrorNoSuchKey() *core.S3Error

func GetObject

func GetObject(bucket, key string) (io.ReadSeeker, error)

func GetObjectHandler

func GetObjectHandler(c *fiber.Ctx) error

GetObjectHandler: GET /:bucket/:key

func HeadObject

func HeadObject(bucket, key string) error

func HeadObjectHandler

func HeadObjectHandler(c *fiber.Ctx) error

HeadObjectHandler: Head /:bucket/:key

func PutObject

func PutObject(bucket string, key string, data []byte) error

func PutObjectHandler

func PutObjectHandler(c *fiber.Ctx) error

PutObjectHandler: PUT /:bucket/:key

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL