Skip to main content

Create the bucket clone

Create the bucket clone of the given bucket id

Path Parameters
  • id int32 required

    ID of the bucket

Request Body
  • fromTime int32

    Clone objects in the bucket created on or after the specified time in unix format.

  • toTime int32 required

    Clone objects in the bucket created on or before the specified time in unix format.

  • copyPrecedence int32 required

    The copy precedence to use for the clone operation

  • reservationTime int32 required

    Clone reservation time in seconds. The clone will be automatically deleted after the specified duration.

Responses

Success


Schema
  • cloneId int32

    cloneId (equivalent to the clone job Id).

  • endPointURL string

    The S3 URL of bucket

Loading...