forked from LiveCarta/yii2-aws-s3
readme
This commit is contained in:
@@ -57,6 +57,8 @@ $result = $s3->commands()->upload('filename.ext', '/path/to/local/file.ext')->wi
|
|||||||
|
|
||||||
$result = $s3->commands()->restore('filename.ext', $days = 7)->execute();
|
$result = $s3->commands()->restore('filename.ext', $days = 7)->execute();
|
||||||
|
|
||||||
|
$result = $s3->commands()->list('/path')->execute();
|
||||||
|
|
||||||
/** @var bool $exist */
|
/** @var bool $exist */
|
||||||
$exist = $s3->commands()->exist('filename.ext')->execute();
|
$exist = $s3->commands()->exist('filename.ext')->execute();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user