Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [amazon-s3]

Amazon S3 (simple storage service) is an online object storage service from Amazon Web Services. QUESTIONS MUST BE ABOUT PROGRAMMING. Questions about general S3 support, functionality, configuration, etc. are OFF-TOPIC.

0 votes
2 answers
36 views

AWS CloudFront - "CORS header ‘Access-Control-Allow-Origin’ missing" for single S3 Resource

I have a video service which will automatically convert uploaded MP4 files to HLS Streams using MediaConvert and store them in S3. From there, a CloudFront URL to the HLS Stream is used for displaying ...
MattChris's user avatar
  • 417
2 votes
1 answer
37 views

How to render JPEG stored in S3 bucket in RShiny

I am trying to read in a JPEG hosted on an S3 bucket inside an RShiny app I have developed. So far, the only luck I have had is manually downloading the image and rendering the image using imageOutput(...
mbriganti's user avatar
-2 votes
0 answers
25 views

Python downloads empty files from S3 bucket after checking if it already exists

I have a python script running in Windows that downloads files from an AWS S3 bucket to a Windows File Explorer folder. Before the download, I am trying to check if the file is already there. The ...
Lele's user avatar
  • 29
0 votes
0 answers
14 views

Amazon S3 Lifecycle - Prefix setup

Bucket: testing-bucket Folder: Examination Sub-folder: Subjects Sub-folders inside Subjects: English, Maths, Tamil We have attached marksheets of 50 students under the above sub-folders: English, ...
Raghavi M R's user avatar
0 votes
0 answers
26 views

Error: Deployment failed: Error: Status: 400. Message:

can anyone help with this, i was trying to deploy my spring-boot app on aws beanstalk using git action and i encounter this error, IAM user has all the necessary permission like: AdministratorAccess | ...
RoshanZedex's user avatar
0 votes
0 answers
13 views

how do you give cloudfront access to s3 that has been encrypted by aws managed KMS?

Currently I am trying to deploy cloudfront backed by s3. Contents in s3 are encrypted with the aws managed kms. This is causing the and 403 error since I am not able to give CF access to the key. ...
Sonny's user avatar
  • 7
0 votes
0 answers
48 views

How to setup partitionID and SigningRegion in AWS smithy-go endpoint?

I have been used a custom endpoint resolver as follows func loadAWSConfig() aws.Config { endpoint := os.Getenv("MOCK_AWS_ENDPOINT") if endpoint != "" { fmt.Println(&...
Lakshan Dissanayake's user avatar
0 votes
0 answers
19 views

AWS S3 website using CloudFront has too many redirects

I have a S3 bucket configured as a website, mysite.net. Another empty bucket named www.mysite.net, the website for this bucket is not enabled. I have a hosted zone in Route53 for mysite.net There are ...
JanuskaE's user avatar
  • 1,304
0 votes
0 answers
74 views

AWS: How to let a S3 frontend (React, Axios) communicate with an EC2 backend (python3/Django, DjangoREST, corsheaders)

I followed a tutorial for creating a basic To-Do app (so CRUD) with a React+Axios frontend (ServiceWorker, bootstrap) and Django backend (DjangoREST, corsheaders), and would like to put it on AWS's ...
Gamekeeper's user avatar
0 votes
1 answer
42 views

AWS Glue Python Script Doesn't install wheel from s3 when adding a glue connection

I'm running a glue python-shell script, and I include extra-py-files that are paths in S3 to wheels I've built for the script. These are installed as expected. When I attach a Glue Connection to the ...
Nevermore's user avatar
  • 7,319
0 votes
1 answer
27 views

S3 amazon java client. Need remove host for signed header

I use software.amazon.awssdk:aws-sdk-java:2.26.20, write code like it: https://docs.ceph.com/en/latest/radosgw/s3/java/ AwsBasicCredentials credentials = AwsBasicCredentials.create(accessKey, ...
Prostakov Alexey's user avatar
1 vote
0 answers
44 views

List all objects in an S3 bucket on MinIO

I have a bucket with about 5'000'000 objects inside (as shown from the MinIO web interface). I need to traverse every single object (and later on do some processing on them). To test the functionality,...
user452306's user avatar
0 votes
1 answer
19 views

Can I grant access to another AWS account only through Identity and trust policy

I have an AWS account A from which I want to grant access to another AWS account B, I have created a role in my account A giving the identity access to my bucket in account A, here's the role identity ...
Wiley's user avatar
  • 21
0 votes
1 answer
24 views

AWS lambda layer cloudformation returns no changes to deploy

I am storing lambda layer code in s3 in zip file. This file is updated each time I am making changes in the code. First deployment succseed, but now when I am trying to update it I am getting message ...
psowa001's user avatar
  • 793
0 votes
0 answers
16 views

Is it possible to share folder to S3 Bucket using Fluent-Bit?

I have log folders which contains different type of log files in it. My use case: I want to upload log files to an S3 bucket using fluent-bit, ensuring that each log file is saved with its original ...
Sahib's user avatar
  • 1

15 30 50 per page
1
3 4
5
6 7
3400