Courses

File Uploads in Laravel

Uploading to Amazon S3

Previous: Storage Folder: Public/Private Files and Filesystem Config
avatar

Thank you for awesome tutorials I wish if you show us how to use google cloud storage .. i think its free for 25 GB

avatar

yes any other third party like dropbox, gdrive etc would be nice

avatar
You can use Markdown
avatar

IMPORTANT TO KNOW!

When you assing an AWS user a Full Access S3 (rights/policy) - that user will be able to do ALL kind of good and not so good things on your S3 account, for example:

  • Delete or download ALL files of this project
  • Delete or download ALL file of ALL your projects (even not linked to the current project)
  • Upload TERABYTES of data to your S3 account and make them sharable (guess who pays for traffic?)
  • And more... (use your fantasy)

So, just learn how to assign limited access/action rights and you good to go! More info here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html

avatar
You can use Markdown
avatar
You can use Markdown