putObjectFromLocalPath()
Overview
public void function putObjectFromLocalPath(
required string localPath
, required string path
, boolean private
)
Puts an object into the store.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| localPath | string | Yes | Full file path of local file |
| path | string | Yes | Path in the storage provider at which the object should be stored |
| private | boolean | No | Whether or not the object should be stored privately |