# copyFileToRemoteFolder

State Resource

This is a State Resource as provided by the tymly-cloudstorage-plugin plugin.

# Purpose

Copies a local file into a folder in remote storage

# Usage

# Example

{
  "CopyToCloudStorage": {
    "Type": "Task",
    "Resource": "module:copyFileToRemoteFolder",
    "Parameters": {
      "localFilePath.$": "$.body.upload.serverFilename"
    },
    "ResourceConfig": {
      "folderPath": "pizza-menu"
    },
    "End": true
  }
}

# Options

# Optional properties

# provider

  • Type: string

# localFilePath

  • Type: string

# remoteFolderPath

  • Type: string

# remoteFileName

  • Type: string
Last Updated: 9/10/2023, 11:30:14 AM