Download the PHP package its-mieger/flysystem-s3-meta without Composer
On this page you can find all versions of the php package its-mieger/flysystem-s3-meta. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download its-mieger/flysystem-s3-meta
More information about its-mieger/flysystem-s3-meta
Files in its-mieger/flysystem-s3-meta
Download its-mieger/flysystem-s3-meta
More information about its-mieger/flysystem-s3-meta
Files in its-mieger/flysystem-s3-meta
Vendor its-mieger
Package flysystem-s3-meta
Short Description S3 Meta data plugin for Flysytem
License proprietary
Package flysystem-s3-meta
Short Description S3 Meta data plugin for Flysytem
License proprietary
Please rate this library. Is it a good library?
Informations about the package flysystem-s3-meta
AWS S3 meta data plugin
A plugin to access all meta data for S3 objects via Flysystem.
Example usage
use Aws\S3\S3Client;
use League\Flysystem\AwsS3v3\AwsS3Adapter;
use League\Flysystem\Filesystem;
use S3Metadata\AwsS3MetadataPlugin;
$s3Client = new S3Client(['version' => '2006-03-01', 'region' => 'eu-central-1']);
$filesystem = new Filesystem(new AwsS3Adapter($s3Client));
$filesystem->addPlugin(new AwsS3MetadataPlugin());
$metaData = $filesystem->getAwsMetaData('key/to/object');
If the plugin is added to another filesystem than S3 the getAwsMetaData
function will simply
return an empty array.
All versions of flysystem-s3-meta with dependencies
PHP Build Version
Package Version
Requires
aws/aws-sdk-php Version
~3.14
league/flysystem Version ~1.0
league/flysystem-aws-s3-v3 Version ~1.0
league/flysystem Version ~1.0
league/flysystem-aws-s3-v3 Version ~1.0
The package its-mieger/flysystem-s3-meta contains the following files
Loading the files please wait ....