Skip to content

Model class to interact with Amazon Simple Storage Service (S3).

Notifications You must be signed in to change notification settings

simplysrv/Amazon-S3-PHP-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Amazon-S3-PHP-Model

Model class to interact with Amazon Simple Storage Service (S3).

Prerequisites

  1. Amazon Web Services Access Key.
  2. Amazon Web Services Secret Key.

Class Methods

  1. createBucket() : Create new bucket in Amazon S3.
  2. createBucket(, ) : Create new bucket in specific region of Amazon S3.
  3. getAllBucketName() : Return all the buckets available.
  4. useBucket() : Assign certain bucket for file operation.
  5. uploadFile(, ) : Upload a file into Amazon S3 with its absolute path.
  6. readFile() : Read content of a file in Amazon S3.
  7. writeFile(, ) : Write content to a file in Amazon S3.

About

Model class to interact with Amazon Simple Storage Service (S3).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages