As of Magento 2.3.0 a check has been added to prevent access to files outside the Magento root:
magento/magento2@7a1cbcc#diff-ba775b1202fb89f4927b36e854a782bfR123
This is causing the ./bin/magento cloudinary:upload:all command to fail with the following message:
Path "/var/www/magento.loc/pub" cannot be used with directory "/var/www/magento.loc/pub/media/"
As of Magento 2.3.0 a check has been added to prevent access to files outside the Magento root:
magento/magento2@7a1cbcc#diff-ba775b1202fb89f4927b36e854a782bfR123
This is causing the
./bin/magento cloudinary:upload:allcommand to fail with the following message:Path "/var/www/magento.loc/pub" cannot be used with directory "/var/www/magento.loc/pub/media/"