putObject()

Overview

public void function putObject(
      required any     object 
    , required string  path   
    ,          boolean private
)

Puts an object into the store.

Arguments

NameTypeRequiredDescription
objectanyYesEither a full path to a local file on the server, or the binary content of a file
pathstringYesPath in the storage provider at which the object should be stored
privatebooleanNoWhether or not the object should be stored privately