Skip to content

Instantly share code, notes, and snippets.

View ricardofriba's full-sized avatar
💭
I may be slow to respond.

RAO Telecom ricardofriba

💭
I may be slow to respond.
View GitHub Profile
@ricardofriba
ricardofriba / aws_sdk_s3.php
Created January 15, 2020 01:54 — forked from mlconnor/aws_sdk_s3.php
Amazon AWS PHP 2 SDK S3 Example
<?php
// http://www.leofs.org/docs/s3_client.html
// i used composer with the following composer.json file and then called composer install
// {"require":{"aws/aws-sdk-php": "2.*"}}
require "vendor/autoload.php";
use Aws\Common\Enum\Region;
use Aws\S3\S3Client;