Using Amazon S3 To Store Your Django Sites Static And

[Solved] Using Amazon S3 To Store Your Django Sites Static And | Basic - Code Explorer | yomemimo.com
Question : using amazon s3 to store your django sites static and media files

Answered by : vipin-yadav

{ "Version":"2012-10-17", "Statement":[{ "Sid":"PublicReadGetObject", "Effect":"Allow", "Principal": "*", "Action":["s3:GetObject"], "Resource":["arn:aws:s3:::example-bucket/*" ] } ]
}

Source : https://www.caktusgroup.com/blog/2014/11/10/Using-Amazon-S3-to-store-your-Django-sites-static-and-media-files/ | Last Update : Mon, 25 Jul 22

Answers related to using amazon s3 to store your django sites static and media files

Code Explorer Popular Question For Basic