kohana-storage
kohana-storage copied to clipboard
A storage abstraction supporting Amazon S3, Rackspace Cloud Files, EMC Atmos, FTP and the local file system.
These three libraries are not all required when using the Storage module, so this makes that explicit and means they aren't forced to be installed.
I renamed a file because system cascading file load didn't work. Then I changed the FTP listing method, since it was not working properly on several server a tried with.
Config auto discovery caused open_basedir restriction on Cloudfoundry servers (AppFog). I added the AWS_DISABLE_CONFIG_AUTO_DISCOVERY constant to the kohana config file. Here's the error: ErrorException: file_exists(): open_basedir restriction in effect. File(/home/vcap-user-###/.aws/sdk/config.inc.php)...
I have a default kohana 3.3.1 and does not work properly FTP class. Fixed names of classes and files from Storage_Connection_FTP to Storage_Connection_Ftp and helped. Perhaps only in my case...
How about add charset param for different OS local file system path character encode? Add new param to `kohana-storage\config\storage.php` ``` // REQUIRED - OS file system path default encoding $config['local']['charset']...