Nicolas MURE

Results 9 issues of Nicolas MURE

Related to #618. Container creation is out of Gaufrette scope. The container should be created by the deleveloper on its own. Thus, the multi container mode has been removed, as...

We were previously (on `0.x`) creating the containers / buckets automatically when using adapters. This can lead to security flaws in case where the bucket is not created as the...

BC breaks

By looking at the `UPGRADE.md` file, we can know what are the removed methods. These methods should trigger a deprecation notice on the `0.x` branch.

The meta packages for adapters removed on 1.x should be deprecated. The new adapters introduced in 1.x should have their meta packages. Also, the `suggest` section of the `composer.json` file...

We should be able to upload large files (e.g. > 5gb files), as pointed out in #311 . ## Proposal Each adapter should be able to detect when a file...

``` Package amazonwebservices/aws-sdk-for-php is abandoned, you should avoid using it. Use aws/aws-sdk-php instead. Package microsoft/azure-storage is abandoned, you should avoid using it. Use microsoft/azure-storage-blob, microsoft/azure-storage-table, microsoft/azure-storage-queue, microsoft/azure-storage-file instead. ``` -...

Currently, we can't delete folders (only files one by one), and it is a required feature ( #182 , #524 ). ## Proposal After a discussion with @NiR- , here...

BC breaks

Hi, First of all, thanks for your fork and your support :+1: I was wondering if it could be possible to have multiple thumbnails generation (with different settings) instead of...

Hello, Thank you for the plugin :+1: I currently have many project folders opened in atom (File -> Add Project Folder), but the plugin is only using the path of...

enhancement