Table of Contents
Properties
-
$instance
: mixed
-
$s3
: mixed
Methods
-
__construct()
: mixed
-
getFile()
: mixed
-
getFileContent()
: mixed
-
getInstance()
: mixed
-
putFile()
: mixed
-
putFileContent()
: mixed
$instance
private
static mixed
$instance
= \null
$s3
private
mixed
$s3
= \null
__construct()
public
__construct() : mixed
getFile()
public
getFile(string $s3_file[, bool|string $local_file = false ]) : mixed
Parameters
-
$s3_file
: string
-
-
$local_file
: bool|string
= false
-
getFileContent()
public
static getFileContent(string $s3_file) : mixed
Parameters
-
$s3_file
: string
-
getInstance()
public
static getInstance() : mixed
putFile()
public
putFile(string $src_file, string $dst_file) : mixed
Parameters
-
$src_file
: string
-
-
$dst_file
: string
-
putFileContent()
public
static putFileContent(string $s3_file, mixed $content) : mixed
Parameters
-
$s3_file
: string
-
-
$content
: mixed
-