service

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListBucketsHandler

func ListBucketsHandler(c *fiber.Ctx) error

ListBuckets: GET /

Types

type Bucket

type Bucket struct {
	Name         string
	CreationDate string
}

type ListAllMyBucketsResult

type ListAllMyBucketsResult struct {
	XMLName xml.Name `xml:"ListAllMyBucketsResult"`
	Owner   struct {
		ID          string
		DisplayName string
	}
	Buckets struct {
		Bucket []Bucket
	}
}

func ListBuckets

func ListBuckets(accessKey string) (*ListAllMyBucketsResult, error)

Jump to

Keyboard shortcuts

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