close
Phork Manual Table of Contents
Phork Framework User Guide 1.3.4

AmazonS3FileSystemHandler

Filepath: phork/php/ext/files/AmazonS3FileSystemHandler.class.php

The AmazonS3FileSystemHandler class extends the LocalFileSystemHandler class and is used for all file system operations. Instead of working locally it works with files stored on Amazon's S3 system.

This requires the Zend_Service_Amazon_S3 class from the Zend Framework which is included using the ZendLoader class.