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.

amazon-s3
0 votes
0 answers
27 views

Data Integrity S3 During Transit for Large File

I'm new to encryption, so my question might seem basic. Despite reading multiple articles, I'm still unsure if I fully understand. I have an S3 bucket, bucket_a, which will be used by different AWS ...
pkd's user avatar
  • 511
-1 votes
0 answers
35 views
+50

Uploading the build artifacts to S3 is failing in sam deploy

I am using sam for setting up infrastructure. During sam deploy, uploading the artifacts to s3 bucket is failing with error botocore.exceptions.ClientError: An error occurred (403) when calling the ...
Vishnupriya's user avatar
0 votes
0 answers
18 views

AWS Amplify Gen 2, NextJS: How to Upload images from the NextJS backend API Route?

I'm using Amplify Gen 2 for my NextJS project. I have been searching through all the docs but didn't find any example on how to upload files that comes to the NextJS backend API route. I tried the &...
Amal Gunatilake's user avatar
-3 votes
0 answers
18 views

Upload problem in react project from china [closed]

I have a react portal , file upload successfully from india and us before few days file upload from china but few days he did not upload file on our react portal what's the issue, Issue same from s3 ...
Rajat Verma's user avatar
0 votes
0 answers
26 views

Error uploading file to s3 storage using minio

I am trying to upload two files. Both have the same extension, but one is much smaller than the other. One is just 100 kb, and the other is 100 MB. The extension is .pb, and these files are part of a ...
Bashar Haddad's user avatar
0 votes
0 answers
17 views

SignaturDoesNotMatch when trying Multipart upload in AWS S3 bucket in flutter

The problem you're facing is related to AWS S3 multipart upload signature calculation. Specifically, the error SignatureDoesNotMatch indicates that the AWS signature you're generating does not match ...
Hassan Abbas's user avatar
-1 votes
1 answer
22 views

com.amazonaws.services.s3.model.AmazonS3Exception: SignatureDoesNotMatch Error When Uploading Files to S3 from Android App

I'm encountering a SignatureDoesNotMatch error when trying to upload a file to Amazon S3 using the AWS SDK for Java as I'm developing an android app with a feature that allows users to upload their ...
Sarimm Chaudhry's user avatar
0 votes
0 answers
15 views

crawler successfully executes even after error

I am facing a weird issue, i forgot to add [kms:*] in my AWS crawler policy and because of that there was errors, but even after that crawler succeeded , without creating any table : this is the ...
dev's user avatar
  • 851
0 votes
0 answers
15 views

How to Get File Type passed into multipart form-data with Multer When Uploading to S3 in Node.js?

I'm using Multer to handle file uploads in my Node.js application, and I'm uploading files to an S3 bucket. I need to get the type I pass into multi-part formdata before uploading. How can I achieve ...
Bhavya Nayak's user avatar
-1 votes
1 answer
18 views

How to Share Specific Documents from a Private S3 Bucket as Attachments in Chat?

I'm working on an application where I upload images and documents to an Amazon S3 bucket that is set to private for security reasons. I need to securely share some specific documents as attachments in ...
ABHAY SHARMA's user avatar
0 votes
0 answers
65 views

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html" react vite

I am deploying my react app in AWS S3 bucket. Everything works fine locally but each time a new build is deployed, then i get the error as : Failed to load module script: Expected a JavaScript module ...
Abiral Khadka's user avatar
0 votes
1 answer
66 views

Received response status [FAILED] from custom resource. Message returned: Command died with <Signals.SIGKILL: 9>

What am I trying to do I am using CDK to build a stack that can run a python app EC2 to run the python application RDS instance to run the PosgreSQL database that connects with EC2 Custom VPC to ...
PirateApp's user avatar
  • 5,943
0 votes
0 answers
15 views

Upload Pdf file to Amazon S3 using Nextjs route handler

I've been attempting to upload a PDF to S3 using a Next.js route handler. However, I'm encountering a server error 500 when sending the post request. When I tried sending the request without the PDF ...
isaac maina's user avatar
0 votes
0 answers
23 views

How do you get the object metadata for an S3 Bucket object when querying from javascript

I am getting an object from an S3 bucket using the GetObject command. I want to query some user defined metadata on the object. I can see that the metadata is included in the response headers but I ...
user63033's user avatar
-1 votes
0 answers
23 views

why is s3 returning null even though I have folders in the directory

I made this small code where the code finds the folder i write in the input box and displays it's content but aws is just sending no directory data to me Here is the function doing the work async ...
Divyansh Pathak's user avatar

15 30 50 per page