Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultTombstoneLifetime is the default value of tombstone lifetime in epochs.
DefaultTombstoneLifetime = 5
)
Variables ¶
This section is empty.
Functions ¶
func TombstoneLifetime ¶
TombstoneLifetime returns the value of `tombstone_lifetime` config parameter.
Types ¶
type GetConfig ¶ added in v0.44.0
type GetConfig struct {
// contains filtered or unexported fields
}
GetConfig is a wrapper over "get" config section which provides access to object get pipeline configuration of object service.
type PutConfig ¶
type PutConfig struct {
// contains filtered or unexported fields
}
PutConfig is a wrapper over "put" config section which provides access to object put pipeline configuration of object service.
func (PutConfig) SkipSessionTokenIssuerVerification ¶ added in v0.37.0
SkipSessionTokenIssuerVerification returns the value of "skip_session_token_issuer_verification" config parameter or `false“ if is not defined.
Click to show internal directories.
Click to hide internal directories.