Skip to content

Instantly share code, notes, and snippets.

View na5imuzzaman's full-sized avatar
🏠
Working from home

Nasimuzzaman na5imuzzaman

🏠
Working from home
View GitHub Profile
@na5imuzzaman
na5imuzzaman / CORS.json
Created April 29, 2021 14:36 — forked from jsoma/CORS.json
CORS public access (new JSON version)
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"PublicRead",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject","s3:GetObjectVersion"],
"Resource":["arn:aws:s3:::YOUR_BUCKET_NAME_GOES_HERE/*"]
}
@na5imuzzaman
na5imuzzaman / README.md
Created March 29, 2021 04:12 — forked from mau21mau/README.md
Configure Celery + Supervisor With Django