Skip to content

Instantly share code, notes, and snippets.

@AhmedHelalAhmed
Last active June 4, 2021 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AhmedHelalAhmed/a19db425efeb65bed1d04675126a3336 to your computer and use it in GitHub Desktop.
Save AhmedHelalAhmed/a19db425efeb65bed1d04675126a3336 to your computer and use it in GitHub Desktop.
s3 and laravel
S3
simple research:
https://artisansweb.net/upload-file-s3-using-laravel-filesystem/
https://mattstauffer.com/blog/laravel-5.0-cloud-file-drivers/
https://itsolutionstuff.com/post/laravel-5-amazon-s3-file-upload-tutorial-part-1example.html
https://www.youtube.com/watch?v=BK_hhyBJxuU
https://chrisblackwell.me/upload-files-to-aws-s3-using-laravel/
https://www.youtube.com/watch?v=nMDIVQsESBY&lc=UgxINeYXcc618oxgy-14AaABAg
Download files
in docs:
https://docs.aws.amazon.com/AmazonS3/latest/user-guide/download-objects.html
in laravel:
https://laracasts.com/discuss/channels/code-review/download-a-file-from-s3
https://stackoverflow.com/questions/52955643/download-s3-file-links-in-laravel
Remove files
in docs:
https://docs.aws.amazon.com/AmazonS3/latest/user-guide/delete-objects.html
in laravel:
https://laravel.com/docs/5.8/filesystem#deleting-files
create folder
in docs:
https://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-folder.html
in laravel: (depend on path)
https://laracasts.com/discuss/channels/laravel/uploading-files-to-a-specific-folder-on-selected-bucket
delete folder
in docs:
https://docs.aws.amazon.com/AmazonS3/latest/user-guide/delete-folders.html
in laravel:
https://laracasts.com/discuss/channels/general-discussion/storage-s3-deletedirectory-not-working
size of the folder and files
https://stackoverflow.com/questions/42527788/get-the-size-of-a-folder-in-amazon-s3-using-laravel
https://serverfault.com/questions/84815/how-can-i-get-the-size-of-an-amazon-s3-bucket
pricing
https://aws.amazon.com/s3/pricing/
https://aws.amazon.com/ebs/pricing/
https://blog.cloudability.com/aws-s3-understanding-cloud-storage-costs-to-save/
https://blog.cloudability.com/how-aws-s3-pricing-works/
https://www.hostingadvice.com/how-to/aws-s3-pricing/
https://calculator.s3.amazonaws.com/index.html
useful links
https://laravel.com/docs/5.8/filesystem#retrieving-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment