Questions tagged [signed-url]

52 questions
0
votes
1 answer

signingError after deploying node js code into google kubernetes engine

I am using getSignedUrl to get a public authenticated url for a video. It is working fine in my local machine. But after deploying it in GKE, it is not working. I have checked a related question on SigningError with Firebase getSignedUrl(). But I…
0
votes
1 answer

Cloudfront returns 403 from a different location

I have an S3 bucket hosting objects which my users can download through my application. I am using Cloudfront for CDN with signed URLs. Everything works as expected in the US, but when my users in another country(India) try to download the same…
s_om
  • 661
  • 2
  • 9
  • 24
0
votes
0 answers

How to access the google signed URL to only specific domain/host on web?

I am using google storage Signed URL v4 to access the file via URL with expiry time, but I would like to specify the domain as well to restrict the URL to access everywhere on the internet. right now the google provides the fewer options to mention…
151291
  • 3,308
  • 7
  • 48
  • 81
0
votes
1 answer

Google Storage creating Signed Urls with your own program rather using google cloud libraries

Google Storage allows using custom created signed urls as advertised in the following link : V4 signing process with your own program What is the reason for that ? Will this be faster than requesting a signed url for each of the objects in google…
london_utku
  • 1,070
  • 2
  • 16
  • 36
0
votes
1 answer

Google Storage creating signed url for multiple objects at once

I have been succesfully using signed urls for my image and video content in google storage. My Django Apis return 100 Google Storage objects and creating 100 signed urls takes literally a long time. Is there any other way to generate signed urls…
-2
votes
1 answer

How to expire or disable link once the response on that particular link is submitted by user?

Currently working on a personal project and solving a scenario where on submitting the form a signed URL(action link) is emailed to user, once that link is opened by user and form in that URL is submitted, what I am trying to achieve and facing…
-4
votes
1 answer

AWS S3 Signed URL with long validity in C#

I am trying to implement long validity signed URL for AWS S3 object. Is it possible to set 100 years in per expiration policy object like below. public string GetPreSignedURL(string bucketName, string identifierName, string fileName) { …
1 2 3
4