Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 733 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 733 Bytes

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