Skip to content

Simple and advanced UPLOADING and LISTING OBJECTS(files) in a S3 bucket

Notifications You must be signed in to change notification settings

soljohnston777/AWS-S3-finally-easy-php-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

For Amazon AWS S3 PHP

The easy code that actually works and is understandable!

 
For UPLOADING and LISTING OBJECTS(files) in a S3 bucket

LISTING OBJECTS(files) explained for best use and making it easy


 

I made this because it took me years to figure out some of these things that should have been easy.

 

Installing S3 and making it work instructions below with Xampp:

 

For developers like you download XAMPP: https://www.apachefriends.org/download.html

  composer --version

With Command prompt or Powershell Admin - in windows in your folder C:\xampp\htdocs\AWS-S3-finally-easy-php-uploader\ run:

composer require aws/aws-sdk-php

 

Then create your s3 bucket on:

https://aws.amazon.com/  

Here are the instructions to get your access keys:

https://www.cloudberrylab.com/resources/blog/how-to-find-your-aws-access-key-id-and-secret-access-key-and-register-with-cloudberry-s3-explorer/

Create a new key RIGHT NOW.... it will save your butt! (I had so many problems by "Not" doing this, and you can still keep your old keys anyways)

 

Then use the code in this repository.

The code has notes to make it easy!

I will have a course on https://www.secretlesson.com about how to use S3 and how to secure it.

About

Simple and advanced UPLOADING and LISTING OBJECTS(files) in a S3 bucket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages