Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

138
Views
How to set s3 bucket policy only give s3:ListBucket to IdentityPoolId in javascript

How to set json policy under s3 bucket permissions to give only "s3:ListBucket" access to the below IdentityPoolId.

"Action": "s3:ListBucket", "Resource": "arn:aws:s3:::New-customers", then it gives as public access, but want to restrict and only available access to IdentityPoolId

var bucketName = "New-customers";
var bucketRegion = "ap-south-1";
var IdentityPoolId = "ap-south-1:xxxxxxxxxxxxxxxxxxxxxxxx";

 AWS.config.update({
                region: bucketRegion,
                credentials: new AWS.CognitoIdentityCredentials({
                    IdentityPoolId: IdentityPoolId
                })
            });

            var s3 = new AWS.S3({
                apiVersion: '2006-03-01',
                params: {Bucket: bucketName}
        });
        
AWS.config.update({correctClockSkew: true});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!