frostfs-node/cmd/frostfs-cli/internal/commonflags/expiration.go
Pavel Karpy 6ebe29261f Move to frostfs-node
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
2022-12-23 20:54:11 +03:00

9 lines
259 B
Go

package commonflags
const (
// ExpireAt is a flag for setting last epoch of an object or a token.
ExpireAt = "expire-at"
// Lifetime is a flag for setting the lifetime of an object or a token,
// starting from the current epoch.
Lifetime = "lifetime"
)