GithubHelp home page GithubHelp logo

jeremeamia / azphp-s3-upload-demo Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 75 KB

Demo code for presentation about uploading to S3 from PHP at azPHP

Home Page: https://speakerdeck.com/jeremeamia/uploading-to-s3-from-php

PHP 100.00%
php s3 upload post-object policy examples demo

azphp-s3-upload-demo's Introduction

azPHP S3 Upload Demo

This is a demo PHP project to show how to upload files to Amazon S3 via PHP.

Installation

  1. Make sure you have php7 and composer installed.
  2. Make sure you have docker, docker-compose, and ngrok installed.
  3. Checkout the repo, cd to it, and run composer install.
  4. Copy env.dist to .env (cp env.dist .env) and put your AWS credentials, region, and bucket in it.
    • It is recommended to use the credentials of an IAM user that just has S3 priviliges.
  5. Run ngrok http 9999. Copy the ngrok URL for the app into APP_HOST in .env.
  6. Run docker-compose up.
  7. Go to http://localhost:9999 in browser, or the ngrok URL.

azphp-s3-upload-demo's People

Contributors

baohx2000 avatar jeremeamia avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

azphp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.