Download the PHP package polevaultweb/s3-filesystem without Composer
On this page you can find all versions of the php package polevaultweb/s3-filesystem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download polevaultweb/s3-filesystem
More information about polevaultweb/s3-filesystem
Files in polevaultweb/s3-filesystem
Download polevaultweb/s3-filesystem
More information about polevaultweb/s3-filesystem
Files in polevaultweb/s3-filesystem
Vendor polevaultweb
Package s3-filesystem
Short Description Amazon S3 extension of the Codeception Filesystem module.
License MIT
Homepage http://github.com/polevaultweb/s3-filesystem
Package s3-filesystem
Short Description Amazon S3 extension of the Codeception Filesystem module.
License MIT
Homepage http://github.com/polevaultweb/s3-filesystem
Please rate this library. Is it a good library?
Informations about the package s3-filesystem
s3-filesystem
An Amazon S3 Filesystem module for Codeception.
Installation
To install simply require the package in the composer.json
file like
and then use composer update
to fetch the package.
After that follow the configuration instructions below.
S3Filesystem configuration
S3Filesystem extends Filesystem
module hence any parameter required and available to that module is required and available in S3Filesystem
as well.
In the suite .yml
configuration file add the module among the loaded ones:
Supports
- doesFileExist
- doesBucketExist
- deleteBucket
- getBucketLocation
And assertions
- seeFile
- seeBucket
- seeBucketLocation
Usage
Or for single uses you can chain like so:
All versions of s3-filesystem with dependencies
PHP Build Version
Package Version
The package polevaultweb/s3-filesystem contains the following files
Loading the files please wait ....