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

All Questions

Tagged with
0 votes
0 answers
8 views

How to Efficiently Upload Files in Parallel in Next.js/Node.js Using Async and S3?

I'm working on a Next.js project where I need to upload multiple files to AWS S3 in parallel. I'm using the @aws-sdk/client-s3 for uploading the files. Despite trying different approaches, my uploads ...
Hassaan Baig's user avatar
0 votes
1 answer
29 views

Is it possible to use Background Fetch Api for uploading file..?

I'm working on implementing the Background Fetch API in my Vue project to enable file uploads to an S3 bucket. The goal is to allow the upload process to continue even if the user closes the screen, ...
Bimal Kafle's user avatar
0 votes
0 answers
35 views

Uploading Large files(>10MB) to s3 through API Gateway

I have a lambda function which uploads excel files to S3. Since there is limit of 10MB for API Gateway. How can i Upload larger files? Is there a way other than creating a lambda function which ...
Mohan's user avatar
  • 1
0 votes
0 answers
27 views

Access denied to signed AWS-URL after uploading to S3 Bucket

I am implementing one commonly used backend for our two front-end-applications in AWS. In one of the frontend-applications I am storing in GraphQL and S3 Buckets. GraphQL works good and stores ...
oleracea's user avatar
2 votes
0 answers
302 views

Python Django ASGI - memory leak - UPDATED #2

EDIT 25.04.2024: malloc_trim(0) seems to work. I need to test how the server memory consumption looks like in the long run, though. This is modified asgi.py which starts deamon thread which invokes ...
fifdee's user avatar
  • 21
-1 votes
1 answer
85 views

Images uploaded to S3 show missing image icon when opened

I am very new to using AWS (Literally as of a few days ago), and am trying to upload images to an S3 bucket using API Gateway. I am following This Tutorial on youtube which shows how to set everything ...
Peter Brink's user avatar
0 votes
0 answers
131 views

AWS S3 presigned Url > 5gb limit

I have scoured the web for more information on the upload limit of AWS S3 presigned urls, but have not found a clear answer. I have seen that by default AWS will limit the file size to 5gb, but you do ...
Per Lohmann's user avatar
1 vote
1 answer
41 views

If AWS file upload Access Control List (ACL) is not 'public-read', how can I read it from client (React/Nextjs)

There are some private file I need to upload AWS without public-read access, yet I also want to view the file (using URL) from my client (Reactjs/Nextjs) in a protected route. How can I achieve this? ...
Ebrahim Khalil Amid's user avatar
0 votes
0 answers
13 views

How to read file size using Fast API UploadFile class without reading whole file into memory? [duplicate]

Atm I am using .read() then len() to get the size of a file using UploadFile type. This reads the whole rile into memory which (for some reason) is affecting my upload to S3. Is there another way of ...
arnsenglander's user avatar
0 votes
0 answers
169 views

Angular - Upload file to S3 using Presigned url

I need to upload files to S3 from frontend(Angular) using presigned url. I create links to uploading files on the server and return them to the frontend. I am using a put request to upload the file, ...
Илья Никитин's user avatar
0 votes
0 answers
98 views

Occasional "Failed to Fetch" on file upload

I've been having a really hard time tracking down a bug that occasionally shows up in production, and I'm hoping someone has run across something similar or has some insight. I was initially made ...
Jake Dluhy's user avatar
0 votes
1 answer
23 views

Loding selective column in Redshift?

I have a pipe deimeted txt data with 3 columns A,B & C in S3. Value in Column C also have pipe value so while loading my data is getting split into more than 3 columns. Is there any way: to load ...
Shubham Sundram's user avatar
1 vote
1 answer
130 views

How to track BackBlaze pre-signed file upload references consistently in postgresql

I have encountered a problem when storing files to BackBlaze using pre-signed URLs and tracking the uploaded file references in PostgreSQL. The primary issue I faced is that BackBlaze doesn't have ...
Arkam Fahry's user avatar
-1 votes
1 answer
105 views

Is there an issue with uploading images directly to Bucket or CDN instead of passing through the backend?

I am trying to design a system where I upload images to a bucket or CDN, .... from a flutter app. I am wondering if the double upload can be avoided, the one that sends the images to my backend (Node....
Faycal Said's user avatar
2 votes
0 answers
50 views

Failure to upload files to S3 from production environment

I have created a mobile application to upload images to the S3. I used [1][2] as a reference which makes use of AWS Amplify and React Native Expo to upload to the S3 Bucket. In my local environment, ...
Diego A's user avatar
  • 205

15 30 50 per page
1
2 3 4 5
58