Nicolas MURE
Nicolas MURE
I had the same issue with `v0.6.1`. Usually, the `bash: /usr/local/bin/dockerize: No such file or directory` message appears on executables when the shebang points to an unavailable executer. Weird thing...
Hello, you can have a look to gaufrette's extras to get the url of your object : https://github.com/Gaufrette/extras
Hello :) Thank you for pointing that out :+1: Do you mind to create a PR for that ? eg having an abstract class for all S3 API compatibles services...
Hello :) Identity v3 is [planned for the v1 release](https://github.com/KnpLabs/Gaufrette/pull/533). If you wish to use it right now, consider to look at [our doc](https://github.com/KnpLabs/Gaufrette/blob/34aa8484f599495df4f66c89c9c6dbc7e5cdd76b/doc/adapters/open-stack.md#usage-with-identity-api-v3) for example and also to use...
Hello, I assume you are using the `local` adapter. You can get the file path from the `getKey` method of the `File` instance. You then have to prefix it with...
Hello :) I don't think the adapter is creating such files, what's the output of `$ ls -lah` command on this directory ?
Related to #532 and #571 .
Also use PSR7 streamable interface (see https://github.com/KnpLabs/Gaufrette/issues/571 )
Can you rebase on master (to consider the merge of #514 ), and update your test please ([note the changes](https://github.com/KnpLabs/Gaufrette/pull/514/files#diff-61b9bc32613b9bc34d9ea4c28e31f601R76))?
Hello @Stumpftopf , Thank you for your contribution, do you mind to write a test covering this fix ?