signed-url
There are 46 repositories under signed-url topic.
TimMikeladze/next-upload
🗃️ Turn-key solution for signed & secure file-uploads to an S3 compliant storage service such as R2, AWS, or Minio. Built for Next.js. Generates signed URLs for uploading files directly to your storage service and optionally integrates with a database to store additional metadata about your files.
gabotechs/signway
Bring the power of pre-signed URLs to your apps. Signway is a gateway for redirecting ephimeral signed URLs to the requested API
leg100/surl
Create signed URLs in Go.
akamai/EdgeAuth-Token-Python
Akamai Authorization Token for Python
netrunnerhq/nextjs-aws-s3
✨ Integrate AWS S3 into Next.js apps in under 5 minutes with 2023 App router support
linkeys-app/signed-url
Enhanced signed URLs for Laravel, including attaching data, click limits and expiry.
AreViana/direct-upload-example
This repository contains a tutorial to make direct upload to S3 with an Ruby on Rails API
michalsn/codeigniter-signed-url
Sign URLs in your CodeIgniter 4 application.
aws-samples/single-use-signed-url
AWS CDK to create a CloudFront distribution with a request Lambda to allow single use signed URL file downloads. Each file is tracked by an identifier which is stored in a DynamoDB database. Each request will check the identifier against values stored in the database. If the identifier is found the file process continues and the files is received, the id is then removed from the database. If the identifier is not found the system will perform a 302 redirect to a specified URL.
akamai/EdgeAuth-Token-Java
Akamai Authorization Token for Java
gravityblast/signed_request
signed request encoder/decoder for elixir
mreduar/s3m
Multipart Uploads using Laravel and AWS S3
minghsu0107/cloudFront-signed-url-cookies
This example shows how to serve private contents on AWS S3 through CloudFront signed URL and signed cookies.
akamai/EdgeAuth-Token-Ruby
Akamai Authorization Token for Ruby
google/BucketServer
Serve GCS Bucket content anonymously from Windows, Linux and MacOS
promaton/cloudfront-sign-rs
Utility module for AWS CloudFront in Rust allowing you to create signed urls and cookies
aws-samples/amazon-cloudfront-keygroup-signed-url-sample
Sample for Amazon CloudFront signed urls using Key Groups and Public Keys
i-pva/signed-url
Go package for creating signed URL
brackendev/AmazonPAARequester-Pharo
Create and retrieve signed URLs for the Amazon Product Advertising API
EbodShojaei/ThreeJS-Cloud-Firebase
A simple THREE.js website using Node.js to connect to an encrypted Firebase store containing static model files (i.e., .glb) that are accessed using signed URLs.
ap-atul/hapi-signed-url
A hapi js plugin to sign file urls of response objects
cpcwood/aws-s3-utf-8-content-disposition
Sample AWS S3 and CloudFront infrastructure with signed url scripts
easonlin404/akamai-edge-auth
Akamai Authorization Token for Go
fajarwz/blog-laravel-signed-url
An implementation of Laravel Signed URL from fajarwz.com/blog
jfs-rupesh/Fovus_Cloud_Project
Full Stack Cloud Application
Rahul-Barick/scalable-image-upload
Scalable image/file upload using Nodejs, React Js, and utilizing AWS S3 signed URL.
wefixers/s3
Wrap common s3 functionality
anton-yurchenko/s3-pre-signed-url
GitHub Action to generate an AWS S3 Pre-Signed URL
coding-recipes/aws-cloudfront-signed-url
Simple implementation of CloudFront Signed URL-s with AWS CDK
squidmin/signed-url-generator
Generates GCS signed URLs
epomatti/aws-cloudfront-s3-oac-oai
AWS CloudFront S3 origin with OAC and OAI
freshleafmedia/signed-actions
Support for generating signed URLs from actions in Laravel
gabotechs/signway-js-sdk
Create signed URLs for signway
gabotechs/signway-python-sdk
Create pre-signed URLs for Signway
jamesponddotco/bunnysign
[READ-ONLY] A tool to generate signed URLs for Bunny.net with token authentication.
prosper20/s3-image-uploader
A mini react app to upload image to aws s3 bucket using a presigned url gotten form the backed api