Documentation
¶
Overview ¶
Package s3 implements the S3 REST+XML protocol as a server.Handler. Point the real aws-sdk-go-v2 S3 client at a Server registered with this handler and operations work against an in-memory storage driver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves S3 REST requests against a storage.Bucket driver.
Click to show internal directories.
Click to hide internal directories.