Метод |
Описание |
|
clear ( ) |
|
|
copyFile ( $oldFilePath, $newFilePath ) |
|
|
deleteFile ( $path ) |
|
|
exportDirectories ( $offset, $count = 100 ) |
|
|
exportFiles ( $offset, $count = 100 ) |
|
|
fileExists ( string $filePath ) : boolean |
Check whether a file exists in S3 |
|
getDirectoryFiles ( $directory ) |
|
|
getIdFieldName ( ) |
|
|
getMetadata ( ) : array |
An array of the HTTP headers that we intend send to S3 alongside the
object. |
|
getStorageName ( ) : string |
|
|
getSubdirectories ( $path ) |
|
|
hasErrors ( ) : boolean |
|
|
importDirectories ( array $dirs = [] ) |
|
|
importFiles ( array $files = [] ) |
Upload the given array of files to S3. |
|
init ( ) |
|
|
loadByFilename ( $filePath ) |
|
|
renameFile ( $oldName, $newName ) |
|
|
saveFile ( string $filename ) |
Upload the specific file to S3. |
|