service

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	GetPresignedUrl(ctx context.Context, bucketName string, objectName string) (string, error)
	PutPresignedUrl(ctx context.Context, bucketName string, prefix string, objectName string) (string, string, error)
	RemoveObject(ctx context.Context, bucketName string, objetName string) error
}

func NewService

func NewService(storage *storage.S3Storage) Service

Jump to

Keyboard shortcuts

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