Documentation
¶
Overview ¶
Package objfstest provides a reusable conformance suite for objfs.Bucket implementations. The local unit tests and each cloud backend's integration tests all run the same suite, so every backend is exercised identically.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// PresignGetHTTP, when true, asserts that a presigned GET URL can actually
// be fetched over HTTP (true for MinIO/S3 and Azurite; emulators without
// signing credentials, such as fake-gcs-server, should leave it false).
PresignGetHTTP bool
}
Options tunes which optional behaviours the suite exercises for a backend.
Click to show internal directories.
Click to hide internal directories.