Mauro Gadaleta
Mauro Gadaleta
Any update?
After some investigation the problem is there: ``` if ($stream) { $options['@http']['stream'] = true; } ``` This piece was added on 1.0.26 https://github.com/thephpleague/flysystem-aws-s3-v3/commit/9aff157a3ae4bb5df93728f940737263ba6108d7
@rarothedude any update on that?
@fcaps Is so strange... all this errors are covered by lot of tests.
@dominikberse can you please fix the conflicts? happy to deploy a new version today
@fcaps feel free to fix it.
@nerdo can you please update the documentation with this? README and demo site as well! Thanks
@andrewmunsell I'm working on a PR for this feature An example of services.json file could look like this: ``` json { "example_of_service_name":{ "class":"your/class/path" } } ``` We can also use...
Another idea ``` javascript import {inject} from 'needlepoint'; @inject('my_service_name') export default class MyService {} ``` then to use the injected service ``` javascript import {container} from 'needlepoint'; var instanceOfYourService =...
@ManuPerezDev can you provide the configuration?