object_lock

package
v0.0.0-...-dc41c53 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2025 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetGroup = utils.NewLazyLoader(func() core.Grouper {
	return core.NewStaticGroup(
		core.DescriptorSpec{
			Name:        "object-lock",
			Description: "Object locking commands",
		},
		func() []core.Descriptor {
			return []core.Descriptor{
				getGet(),
				getSet(),
			}
		},
	)
})

Functions

This section is empty.

Types

type GetBucketObjectLockParams

type GetBucketObjectLockParams struct {
	Bucket common.BucketName `json:"dst" jsonschema:"description=Specifies the bucket whose ACL is being requested" mgc:"positional"`
}

Jump to

Keyboard shortcuts

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