putObject()
Overview
public void function putObject(
      required any     object 
    , required string  path   
    ,          boolean private
)
Puts an object into the store.
Arguments
| Name | Type | Required | Description | 
|---|---|---|---|
| object | any | Yes | Either a full path to a local file on the server, or the binary content of a 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 |