Метод |
Описание |
|
__construct ( S3Client $s3Client ) |
|
|
delete ( Image $image, array $filters = [] ) |
Tells the driver to delete an image. |
|
getPublicUri ( Image $image, array $filters = [] ) : string |
Returns the public URI for an image by a specific configuration. |
|
has ( Image $image, array $filters = [] ) : boolean |
Asks the driver if it has a particular image. |
|
saveFile ( File $file, Image $image, array $filters = [] ) |
Saves an image. |
|
setBucket ( string $bucket ) |
|
|
tempOriginal ( Image $image ) : File |
Tells the driver to prepare a copy of the original image locally. |
|