Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

public bucket policy

Sudhanshu Kumar answered on April 8, 2022 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • AWS bucket policy
  • aws s3 cli attach policy to bucket
  • s3 bucket policy for cloudfront only
  • s3 bucket policy to allow access from specific domain
  • allow public access to s3 bucket from cloudfront only
  • make s3 bucket and all its content public
  • AWS bucket policy
  • AWS bucket policy
  • AWS bucket policy
  • S3 Bucket Access
  • AWS bucket policy
  • aws s3 allow public access to all the resources in bucket for all types of actions

  • public bucket policy

    0

    //Comment remove it sudhanshu

    {

    "Version": "2012-10-17",

    "Statement": [

    {

    "Sid": "Statement1",

    "Effect": "Allow",

    "Principal": "*",

    "Action": "s3:GetObject",

    "Resource": "arn:aws:s3:::BucketName/*"

    }

    ]

    }

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 04 2023
    Sudhanshu Kumar
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    4
    Popularity 10/10 Helpfulness 10/10 Language whatever
    Source: bobbyhadz.com
    Tags: policy po
    Link to this answer
    Share Copy Link
    Contributed on Apr 08 2022
    Yucky Yak
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.