Closed davidromani closed 7 years ago
Which version of OneupFlySystem
do you use? And which one of AwsS3v3
?
@bytehead my composer.json def is:
"require": {
"league/flysystem-aws-s3-v3": "^1.0",
"oneup/flysystem-bundle": "^1.0",
(and other symfony bundles)
Detailed info here:
$ composer show oneup/flysystem-bundle
name : oneup/flysystem-bundle
descrip. : Integrates Flysystem filesystem abstraction library to your Symfony2 project.
keywords : Flysystem, Symfony2, abstraction, filesystem
versions : * 1.14.0
type : symfony-bundle
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source : [git] https://github.com/1up-lab/OneupFlysystemBundle.git 1224bd9f50b5c655fea312a10f624d029768d3ff
dist : [zip] https://api.github.com/repos/1up-lab/OneupFlysystemBundle/zipball/1224bd9f50b5c655fea312a10f624d029768d3ff 1224bd9f50b5c655fea312a10f624d029768d3ff
names : oneup/flysystem-bundle
autoload
psr-4
Oneup\FlysystemBundle\ => .
requires
league/flysystem ^1.0.26
php >=5.4.0
symfony/framework-bundle ~2.0|~3.0
$ composer show league/flysystem-aws-s3-v3
name : league/flysystem-aws-s3-v3
descrip. : Flysystem adapter for the AWS S3 SDK v3.x
keywords :
versions : * 1.0.18
type : library
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source : [git] https://github.com/thephpleague/flysystem-aws-s3-v3.git dc09b19f455750663b922ed52dcc0ff215bed284
dist : [zip] https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/dc09b19f455750663b922ed52dcc0ff215bed284 dc09b19f455750663b922ed52dcc0ff215bed284
names : league/flysystem-aws-s3-v3
autoload
psr-4
League\Flysystem\AwsS3v3\ => src/
requires
aws/aws-sdk-php ^3.0.0
league/flysystem ^1.0.40
php >=5.5.0
solved, it was a problem on another part, my apologies
No worries, didn't find time to test...
Hello.
I'm following this instructions but I'm always getting this profiler error response:
My config files are:
Anybody can help me? Thanks.