bucket link

Definition

Creates a symlink between buckets.

Usage

$ ozone sh bucket link [-hV] <source> <target>
Arguments
Parameter Description

source

A source bucket URI. It can be a full URI (starts with o3://, e.g. o3://hostname:9862/vol1/bucket1/) or a short URI (starts with a volume name, e.g. vol1/bucket1). Any missing information is obtained from the configuration files

target

A target bucket URI. It can be a full URI (starts with o3://, e.g. o3://hostname:9862/vol1/bucket2/) or a short URI (starts with a volume name, e.g. vol1/bucket2). Any missing information is obtained from the configuration files

-h, --help

Prints out a help manual for this command

-V, --version

Prints out version information and exits

Examples

Creating a symlink between buckets:

$ ozone sh bucket link vol1/bucket1 vol1/bucket2
Found a mistake? Seleсt text and press Ctrl+Enter to report it