{
"id": string,
"name": string,
"source": string,
"destination": string,
"magnas3": string
}
id * | Specifies the ID of the bucket. |
name * | Specifies the name of the bucket. |
source * |
Specifies the originating path of the files or folders that will be duplicated to the designated destination
path.
You can also specify a source URL to download from, which can be an HTTP or S3 URL. For example:
|
destination * |
Specifies the target path where the files and folders from the source will be replicated.
You can also specify an S3 destination URL to store to. For example:
|
magnas3 * | Specifies the Magna-s3 ID hosting the bucket. |
{
"result": "OK",
"payload": "The process was successfully completed"
}
{
"result": "ERR",
"message": "Error message ..."
}