types

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	// Size of the body in bytes.
	ContentLength int64
	// A standard MIME type describing the format of the object data.
	ContentType string
	// Checksum of object.
	// For S3, the checksum is an `ETag`. It is calculated from MD5 of each part of the object.
	Checksum string
}

type ListOpts added in v1.3.1

type ListOpts struct {
	// If this var is not set s3 will return S3ListMaxKeys objects
	MaxKeys int32
}

Jump to

Keyboard shortcuts

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