Skip to content

Instantly share code, notes, and snippets.

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

Ajit Patil Ajitpatil92002

🏠
Working from home
View GitHub Profile
1. create s3 bucket
2. edit permission : according to ur bucketname
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",