Questions tagged [pre-signed-url]

URL signing grants temporary access to the caller to perform privileged actions. For example generating signed URL to upload files on a private S3 bucket.

URL signing grants temporary access to the caller to perform privileged actions.

AWS S3

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html

575 questions
-2
votes
1 answer

Pre-signed AWS S3 URL - Preview using Quicklook framework iOS

I need to preview the files from AWS s3 presigned URL. Does QuickLook framework (QLPreviewController) supports remote URL? Any other familiar framework available. Thank you.
sasi kumar
  • 723
  • 5
  • 14
-2
votes
1 answer

How do I open a private static website using boto3?

I'm building a website where people log in to view personal reports. Each report consists of multiple HTML, CSS, and media files. Reports should open in the browser. I'm currently using boto3 to generate a presigned URLs for individual HTML files in…
Jeff Bezos
  • 1,929
  • 13
  • 23
-2
votes
2 answers

Pre signing AWS S3 files

I have a bucket that allows for open files. I have uploaded a test file called test.gsm and have tried to presign the file by doing root@server2:~# aws s3 presign s3://dovid-ft/test.gsm --expires-in…
-3
votes
1 answer

Reduce size of a presigned url

Displaying a list containing pre-signed urls of images. It takes time to load the images. Is there a way to reduce the size of the image or a way to load the images faster. Tried converting the image to a canvas to reduce the size of the image. But…
Raja
  • 1
  • 5
1 2 3
38
39