Skip to content

This is a PHP class that we are writing to simplify CRUD operations with S3 buckets.

Notifications You must be signed in to change notification settings

leemtek/s3Communicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 Communicator

This is a PHP class that we wrote, to simplify the CRUD operations for us to communicate with Amazon S3 buckets.

Usage

Composer

This file has a composer.json file with some requirements in it. Don't forget to run a composer install when you use this in your project.

_settings.php

This file has been added to the gitingore on purpose. It contains the region, key, and secret, associated with the bucket you want to use. It's contents should look like this:

<?php 
define("S3_REGION", "...");
define("S3_KEY", "...");
define("S3_SECRET", "...");
?>

About

This is a PHP class that we are writing to simplify CRUD operations with S3 buckets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages