- Upgraded to support Kohana 3.3
- Renamed class files and directories to support PSR-0
- Resolved pass by reference issue (now testing in strict mode)
- All tests pass: "OK (34 tests, 69 assertions)"
- Resolved issue #4 (#4). The issue was that the
SSL configuration implementation in
Storage_Connection_Ftp::_load
was inverted. - Resolved issue #5 (#5). Problem was
ErrorException
was thrown due to pass by reference issue inclasses/storage/listing/abstract.php#L127
. - Resolved issue #6 (#6). This adds configuration
option
path_style
to S3 driver allowing for older path-style URI access for all requests. - All tests pass: "OK (34 tests, 69 assertions)"
- Added directory listing support
- Added
Storage_File
for performing actions on a single path - Renamed
Storage
toStorage_Connection
Storage::factory
returnsStorage_Connection
and is backwards compatible with prior versions- Updated AWS SDK to 1.5.13
- Updated EMC Atmos SDK to 1.4.1.21
- Updated Rackspace Cloud Files SDK to latest
- All tests pass: "OK (34 tests, 69 assertions)"
- Added mime support for Amazon S3, EMC Atmos and Rackspace Cloud Files
- All tests pass
- Updated module to support Kohana 3.2
- All tests pass
- Initial release of Storage
- Support for Amazon S3, EMC Atmos, Rackspace Cloud Files, FTP and local file system
- Unit test coverage