OneupFlysystemBundle icon indicating copy to clipboard operation
OneupFlysystemBundle copied to clipboard

A Flysystem integration for your Symfony projects.

Results 15 OneupFlysystemBundle issues
Sort by recently updated
recently updated
newest added

### Question I am trying to set the 'Metadata' on my S3 adapter. I have tried setting it as a string, since the configuration complains that it should be scalar...

bug
documentation

### Question I've detected that the option that allow us to define the default visibility of the FS is spelt `DefaultVisiblity` into the config files and the implementation Further More,...

bug
question
documentation

Resolves (#207 / #156) moving service binding into compiler pass, where env vars are already solved.

enhancement
postponed

> If you don't append a cache, a `Cache\Memory` will be used implicitly. This is wrong. It has been changed in the flysystem. See https://github.com/thephpleague/flysystem/pull/368

documentation
Easy Pick

Hi, I use new [Dotenv](https://symfony.com/doc/current/components/dotenv.html) symfony component. I can't define adapter name using env parameter. Get error [LogicException] The adapter 'env_UPLOADS_PUBLIC_FLYSYSTEM_ADAPTER_e4fc4c42495a301a782e1f2d4704048f' is not defined. My config: ```yml oneup_flysystem: adapters: s3_public:...

question

I'd like to configure oneup to use a local adapter in dev and s3 in my production environment ``` # .env UPLOAD_ADAPTER=s3_adapter AWS_S3_BUCKET_NAME=mybucket.mydomain.com # .env.local UPLOAD_ADAPTER=local_adapter ``` The yaml configuration...

question

I have followed https://github.com/1up-lab/OneupFlysystemBundle/blob/master/Resources/doc/filesystem_cache.md to give the configuration: ```yaml # Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/tree/master/Resources/doc/index.md oneup_flysystem: cache: s3_local_cache: psr6: service: cache.s3_local_cache key: ~ expires: ~ adapters: default_adapter: local: directory: '%kernel.cache_dir%/flysystem' private_uploads_adapter:...

documentation
Easy Pick

Since Symfony 4 the preferred way to configure external databases, queues and caches is to set a DSN. The flysystem bundle should be configurable in the same way. Example: https://symfony.com/doc/current/doctrine/dbal.html...

enhancement

For the local adapter you need to set a directory - of course. But it might be helpful to have a `create: false` / `create: true` feature on the local...

enhancement
Easy Pick

https://github.com/vyuldashev/flysystem-curlftp It doesn't seem to be the most popular adapter out there but it's very useful when you have to access an FTP through a proxy from Heroku for example...

enhancement