Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

cloud storage copy file()

Prev Next

This function can be used to copy CloudStorage files.

Parameters

Parameter

Description

a

The ID of the CloudStorage channel to be used must be specified here. Note: To select a channel, use the three dots on the right and then the “Select channel” option. The result will be the ID of the selected channel.

b

The source file path. Note: The absolute path including the file name must be specified.

c

(optional) The CloudStorage source bucket. Note: Buckets are only required for Azure File, Azure Blob, Google Cloud, and AWS S3.

d

The target file path. Note: The absolute path including the file name must be specified.

e

(optional) The CloudStorage target bucket. Note: Buckets are only required for Azure File, Azure Blob, Google Cloud, and AWS S3.

f

(optional) If true, the operation is performed via the DMZ server (if available). Default: false.