cloud-file-signer

Crates.iocloud-file-signer
lib.rscloud-file-signer
version0.1.0
sourcesrc
created_at2023-12-14 14:23:36.780961
updated_at2023-12-14 14:23:36.780961
descriptionA uniform interface for signing cloud object storage URLs
homepage
repositoryhttps://github.com/tdikland/cloud-file-signer
max_upload_size
id1069576
size39,902
Tim Dikland (tdikland)

documentation

README

Cloud File Signer

This crate defines a generic interface for signing cloud object store URLs.

A presigned URL is a URL that grants temporary access to a file in a cloud object store. The URL is signed by the cloud provider and can be used to access the file without further authentication.

Maintenance main crates-io api-docs

Supported Object Stores

This crate provides an implementation of the CloudFileSigner trait for the following object stores.

Object Store Status
Amazon S3 :white_check_mark:
Azure Blob Storage :white_check_mark:
Google Cloud Storage :white_check_mark:
Commit count: 23

cargo fmt