Flow PHP

AsyncAWSS3Filesystem implements Filesystem

Read onlyYes
FinalYes

Interfaces

Filesystem

Methods

__construct()  : mixed
appendTo()  : DestinationStream
getSystemTmpDir()  : Path
list()  : Generator
mv()  : bool
protocol()  : Protocol
readFrom()  : SourceStream
rm()  : bool
status()  : FileStatus|null
writeTo()  : DestinationStream

Methods

__construct()

public __construct(string $bucket, S3Client $s3Client, Options $options) : mixed
Parameters
$bucket : string
$s3Client : S3Client
$options : Options

appendTo()

public appendTo(Path $path) : DestinationStream
Parameters
$path : Path
Return values
DestinationStream

list()

public list(Path $path[, Filter $pathFilter = new KeepAll() ]) : Generator
Parameters
$path : Path
$pathFilter : Filter = new KeepAll()
Return values
Generator

mv()

public mv(Path $from, Path $to) : bool
Parameters
$from : Path
$to : Path
Return values
bool

readFrom()

public readFrom(Path $path) : SourceStream
Parameters
$path : Path
Return values
SourceStream

status()

public status(Path $path) : FileStatus|null
Parameters
$path : Path
Return values
FileStatus|null

writeTo()

public writeTo(Path $path) : DestinationStream
Parameters
$path : Path
Return values
DestinationStream

        
On this page

Search results