$ usermod -a -G www-data yourusername
$ sudo chgrp www-data storage/ -R
$ sudo chmod g+s storage/ -R
$ setfacl -d -m g::rwx storage/
$ usermod -a -G www-data yourusername
$ sudo chgrp www-data storage/ -R
$ sudo chmod g+s storage/ -R
$ setfacl -d -m g::rwx storage/