Skip to main content

Questions tagged [amazon-s3]

This is for questions on Amazon's cloud storage service.

0 votes
1 answer
18 views

Copying from S3 to Windows Network drive

I have a very small hard drive and an expansive Windows network drive. I would like to copy the bucket "myBucket" to my Microsoft local area network shared drive. Something like this, but ...
Steve Scott's user avatar
0 votes
0 answers
35 views

How could an anonymous user attempt PutBucketAcl on a private bucket?

I have private buckets on AWS S3. I have AWS Config to ensure they are private and I believe the AWS policy settings are all set so that no-one can have access. I have CloudWatch alarms for anyone ...
Dr Rob Lang's user avatar
0 votes
0 answers
59 views

Another way to make s3 folder objects public?

There's a way in the portal to click on the checkbox next to a folder within an s3 bucket, go to "Actions" drop down, and select "Make public using ACL". From my understanding this ...
Kevys's user avatar
  • 101
0 votes
0 answers
18 views

How can I configure an AWS user so that they are not allowed to create an S3 bucket outside the us-west-2 region?

How can I configure an AWS user so that they are not allowed to create an S3 bucket outside the us-west-2 region?
Franck Dernoncourt's user avatar
0 votes
0 answers
33 views

AWS S3 transfer acceleration: Access Denied Error for IAM User with AdministratorAccess

Objective To enable transfer acceleration for a S3 bucket in a management account in AWS Organization using an IAM user having AdministratorAccess. Issue Getting Access Denied error. Some context The ...
arttysh's user avatar
1 vote
1 answer
41 views

Can I use same subdomain to serve both ColudFront, S3 and Apache?

I'm trying to setting up a application on S3 and CloudFront and the frontend application is using Flutter. Frontend I have managed to deployed S3 and CloudFront successfully. Let's say the domain dev....
502_Geek's user avatar
  • 111
0 votes
0 answers
44 views

AWS SES mail not received inside S3 bucket and yields error?

I can't seem to figure out how to receive emails inside my S3 bucket when mail is sent to my SES domain. Firstly, I set up my domain and added the CNAME, TXT, and MX records and then used SES's built ...
UnSure's user avatar
  • 1
1 vote
2 answers
120 views

I'm curious, when does cloud object storage services increase storage capacity in AZ and regions?

I'm using cloud object storage services such as Amazon S3, Google Cloud Storage and Linode. I'm curious, what are the storage capacities of such object storage services per region and AZ (availability ...
Uri's user avatar
  • 918
0 votes
0 answers
52 views

How to view the springboot logs stored on s3 bucket using loki promtail EKS

After enabling the loki on EKS with S3 storage, the folders (fake,index,loki_cluster_seed.json) are created inside the s3 bucket . s3_bucket_folder What this each folder consists & how the logs ...
saranya dec19's user avatar
1 vote
1 answer
61 views

How can I list the files that are in one S3 bucket but not in the other bucket?

I have two AWS S3 buckets that have mostly the same content but with a few differences. How can I list the files that are in one bucket but not in the other bucket?
Franck Dernoncourt's user avatar
1 vote
1 answer
91 views

How can I use the AWS CLI to match the number of objects mentioned in the AWS web UI in my S3 bucket?

I have an AWS S3 bucket s3://mybucket/. Bucket versioning is enabled (screenshot). The AWS console web UI indicates that the S3 bucket has 355,524 objects: How can I use the AWS CLI to match the ...
Franck Dernoncourt's user avatar
0 votes
1 answer
59 views

How can I see how many bytes does bucket versioning take in an S3 bucket?

How can I see how many bytes does bucket versioning take in an S3 bucket? I tried: aws s3 ls --summarize --human-readable --recursive s3://my-bucket/ but it doesn't show the bucket versioning size.
Franck Dernoncourt's user avatar
1 vote
1 answer
108 views

How I can use the AWS CLI to see whether an S3 bucket has versioning activated?

How I can use the AWS CLI (aws s3) to see whether an S3 bucket has versioning activated?
Franck Dernoncourt's user avatar
0 votes
1 answer
160 views

Why does `aws s3 ls s3://mybucket/ --recursive | wc -l` list fewer files than the number of objects mentioned in the AWS web UI in my S3 bucket?

I have an AWS S3 bucket s3://mybucket/. Running the following command to count all files: aws s3 ls s3://mybucket/ --recursive | wc -l outputs: 279847 Meanwhile, the AWS console web UI clearly ...
Franck Dernoncourt's user avatar
2 votes
2 answers
858 views

How can I know which AWS S3 bucket(s) an AWS key and secret key that can access?

I have an AWS key and secret key that can access some AWS S3 buckets. How can I know which ones?
Franck Dernoncourt's user avatar

15 30 50 per page
1
2 3 4 5
77