Skip to content

iliaal/Mini-Amazon-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

The Mini Amazon S3 class provides a quick & small interface to some basic S3
commands over the REST interface.

The class requires PHP 5.0+ with cURL, SimpleXML and Fileinfo extensions
enabled.

The class provides methods for the following functions:
	- storeFile() - save a file from local disk
	- storeString() - create a file on S3 based on a string of data
	- getFile() - retrieve a file from S3
	- createBucket() - create a bucket
	- deleteBucket() - delete a bucket
	- deleteFile() - delete a file
	- existsBucket() - check if a bucket already exists

About

A small class for interfacing with Amazon S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages