Expand description

Traits, helpers and type definitions for signing cloud file URLs.

cloud_file_signer provides a uniform interface for signing URLs. Presigned URLs are useful for granting temporary access to files in cloud storage.

CloudFileSigner

The CloudFileSigner trait defines a uniform interface for signing URLs. Implementations of CloudFileSigner are provided for AWS S3, Azure Blob Storage and Google Cloud Storage.

Modules

Traits