Skip to content

kikily/AWS-S3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AWS-S3

Uploading/accessing file in AWS S3

Create Access Key

Use IAM service to create access key ID that you can get a Access Key ID and a Secret Access Key 1

Upload the file

Connect to S3 and use the putObject function to upload the file. (refer to Uploadin_S3.php) 2

Access the file

Use the getIterator function to get the details of files and get a file to download. (refer to Access_S3.php) 3

About

Uploading/accessing file in AWS S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages