Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2011-07-05 (5 years ago) | Not yet rated by the users | Total: 432 | All time: 5,981 This week: 1,090 |
Version | License | PHP version | Categories | |||
file-manager-s3 1.0.0 | GNU General Publi... | 5.2 | PHP 5, Files and Folders, Web services |
Description | Author | |||||||||||||
This class can manage files in Amazon S3 service. |
|
************************************************************************* * * * FileManagerS3 class * * Author : Md. Kausar Alam * * Zend Certified Engineer * * Email : kausar_ss2003@yahoo.com * * * * * * * ************************************************************************* CLASS NAME =========== FileManagerS3 This class is used to manipulate Amazon S3 Storage. DESCRIPTION =========== We are storing documents, images in a configured folder on the web server's file system. As we grow in size this configuration makes it hard to scale across multiple servers, as any web server we use needs access to this single folder. Bringing up a new web server means we have to move that content over to the new server, and running two web servers simultaneously is out of the question. A good solution to this problem is to use Amazon's S3 storage service. This gives us an extremely reliable storage system that stores redundant copies of all data. It is also accessible instantly from any new server we bring up, and can be accessed by multiple servers. To use Amazon storage, FileManagerS3 class will give you more flexibility. In this class, AmazonS3 class has been used. But you don't need to know AmazonS3 class. Just fill the configuration file and run this class. FileManagerS3 has the following functionalities: => Generate a path of uploaded dir => Upload a file to Amazon Server. => Check whether a file already exist or not in Amazon server => Delete a file that has been already uploaded to Amazon Server => Get the list of all uploaded files in Amazon ADVANTAGE ========= Main advantage to use this class, nothing need to know about Amazon API classes. Download the API classes and configure the configure file that's it.Its totally hassle free!!! INSTALL ======= Please see the doc.txt file to install this API RUN: ===== After successful installation the API, just browse example.php file |
Files |
File | Role | Description |
---|---|---|
doc.txt | Doc. | details description of Amazon API |
example.php | Example | used to run the class |
FileManagerS3.php | Class | This class is used to manipulate Amazon S3 Storage. |
readme.txt | Doc. | Details description of FileManagerS3 Class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.