Upload a url to desired cloud service, defaults to Filestack's S3 storage. Set $options['location'] to specify location, possible values are: S3, gcs, azure, rackspace, dropbox
Signature
public function uploadUrl(
$resource,
[array
$options = ] )
Parameters
$resource
—
$options
—
array
extra optional params. e.g. location (string, storage location), filename (string, custom filename), mimetype (string, file mimetype), path (string, path in cloud container), container (string, container in bucket), access (string, public|private), base64decode (bool, true|false)