Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
-1 votes
0 answers
24 views

I’m facing an intermittent issue when uploading files to Amazon S3 from an Android app using a pre-signed PUT URL. Setup: Android app uploads directly to S3 via a pre-signed PUT URL. After receiving ...
AshVin C K's user avatar
1 vote
0 answers
47 views

trying to log the username that generates a presigned url for 'GET' method for auditing. Need the info to be available server-side. What I've tried: Concat the username to the url '&', this wont ...
מרואן ח.'s user avatar
0 votes
3 answers
118 views

I'm getting a 403 response when trying to use a presigned S3 put object URL in a Javascript fetch call. Here's what I've verified: The IAM role that generates the presigned URL can upload an object ...
jones-chris's user avatar
0 votes
0 answers
50 views

I’m building a system to serve private S3 assets via CloudFront Signed Cookies—so end users can browse entire folders without issuing individual presigned URLs. What I'm trying: I have a CloudFront ...
Vasu Gajjar's user avatar
0 votes
1 answer
209 views

When uploading media to s3 bucket, i am introduced to a technique called pre-signed urls, where backend generate the url and frontend upload directly to that s3 url, So far it is good. The problem ...
Jamal Ahmed's user avatar
0 votes
0 answers
69 views

I want to upload files directly from my Flutter app to Linode Object Storage (which is S3-compatible). I’m currently using http.put to upload files, and I tried adding: import 'dart:io'; import '...
Asim Uddin's user avatar
0 votes
0 answers
95 views

I'm using r2 bucket as storage and using presigned url to fetch the images, I'm also using transformation on top of it like https://sub.domain.com/cdn-cgi/image/quality=75/https://r2.cloudstorage.com/...
user30828473's user avatar
1 vote
0 answers
71 views

I'm working with NooBaa (an S3-compatible object storage system) deployed on OpenShift. My backend application, running within the OpenShift cluster, needs to generate S3 presigned URLs for objects. ...
Mit94's user avatar
  • 1,104
0 votes
1 answer
65 views

Context: Trying to download a file from Google Cloud Storage using a pre-signed URL with Spring Boot 3.4.4's RestClient. The same URL works perfectly with both RestTemplate and raw HttpURLConnection. ...
tschi's user avatar
  • 36
0 votes
0 answers
48 views

Problem Description S3 upload is successful, and the image object appears in the S3 bucket. But when I try to view the uploaded image, it shows a broken image icon instead of the actual image. The ...
ChillChill's user avatar
0 votes
0 answers
89 views

Context: I'm working on a React application where users select their profile image during onboarding. The image is uploaded to AWS S3, and a pre-signed URL is generated and sent to the frontend. Issue:...
Mario Barragan's user avatar
0 votes
0 answers
29 views

I am trying to send a file to a signed URL using PUT request but the file is not uploading. Below is my code: const uploadToBucket = async (uploadUrl, fileUri, contentType, fileSize) => { try { ...
Shafi ul Hussnain's user avatar
0 votes
0 answers
35 views

I am trying to write a rest-assured test, that uses a signed URL from a previous request, in order to upload a file. This is what I tried so far: try { uploadPathUrl = URLDecoder.decode(...
miruraluale's user avatar
1 vote
2 answers
101 views

Trying to deploy Terraform aws_db_instance_automated_backups_replication resource to enable replication of rds backups from 1 region to another. Had this working in AWS commercial, but same deployment ...
MikeO's user avatar
  • 43
0 votes
0 answers
53 views

I am using GCP signed urls to allow clients to download files from google cloud storage. We have a Private Service Connect open for our customers, allowing them to consume our platform over the GCP ...
Idan Dadon's user avatar

15 30 50 per page
1
2 3 4 5
43