\Pivot\Core\Commands\UtilUploadToS3

Uplods a file or folder to s3

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
configure()
execute()
No protected properties found
N/A
No private methods found
$s3Uploader
N/A

Properties

$s3Uploader

$s3Uploader : \Pivot\Core\Commands\Util\Pivot\Core\Services\S3Uploader

pivot implimentation of s3 uplad functions

Type

\Pivot\Core\Commands\Util\Pivot\Core\Services\S3Uploader

Methods

__construct()

__construct(\Pivot\Core\Services\S3Uploader  $s3Uploader) 

injects the s3 uploader

Parameters

\Pivot\Core\Services\S3Uploader $s3Uploader

Pivot s3 uploader

configure()

configure() : void

Set up command params

execute()

execute(\Symfony\Component\Console\Input\InputInterface  $input, \Symfony\Component\Console\Output\OutputInterface  $output) : void

upload the supplied file/dir to the bucket+append path

Parameters

\Symfony\Component\Console\Input\InputInterface $input

ConsoleInput

\Symfony\Component\Console\Output\OutputInterface $output

ConsoleOutput