Documentation ¶
Index ¶
- Constants
- func GetAttemptSkewContext(ctx context.Context) time.Duration
- func GetChecksumInputAlgorithm(ctx context.Context) string
- func GetS3Backend(ctx context.Context) string
- func SetAttemptSkewContext(ctx context.Context, v time.Duration) context.Context
- func SetChecksumInputAlgorithm(ctx context.Context, value string) context.Context
- func SetS3Backend(ctx context.Context, typ string) context.Context
Constants ¶
View Source
const (
// S3BackendS3Express identifies the S3Express backend
S3BackendS3Express = "S3Express"
)
Variables ¶
This section is empty.
Functions ¶
func GetAttemptSkewContext ¶ added in v1.27.2
GetAttemptSkewContext gets the clock skew value from the context
func GetChecksumInputAlgorithm ¶
GetChecksumInputAlgorithm returns the checksum algorithm from the context.
func GetS3Backend ¶
GetS3Backend retrieves the stored endpoint backend within the context.
func SetAttemptSkewContext ¶ added in v1.27.2
SetAttemptSkewContext sets the clock skew value on the context
func SetChecksumInputAlgorithm ¶
SetChecksumInputAlgorithm sets the request checksum algorithm on the context.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.