Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.4% forks on hackage.haskell.org

hackage.haskell.org : amazonka-s3-encryption

Addons for amazonka-s3 to support client-side encryption. This allows the use of a client-side master key to encrypt/decrypt data locally and store encrypted data in S3 to be later decrypt by any other client with access to the same master key. Unencrypted object data or keys are not sent to Amazon S3 using this method, but object metadata is transmitted in plaintext. Encryption and decryption are done in a streaming fashion, with encrypted requests being incrementally signed using the version 4 signature algorithm and sent via chunked-encoding. The client-side master key you provide can be a symmetric key, an asymmetric public/private key pair, or a KMS master key. This library is designed to be compatible with the official Java AWS SDK (both V1 and V2 envelopes), but only a limited set of the possible encryption options are supported. Therefore assuming defaults, objects stored with this library should be retrievable by any of the other official SDKs, and vice versa. The metadata can be attached as header metadata on the stored object or as a separate JSON instructions file. PutObject, GetObject, and the various multipart upload operations are supported. See Amazonka.S3.Encryption to get started.

Registry - Source - JSON
purl: pkg:hackage/amazonka-s3-encryption
Keywords: aws, library, mpl, haskell
License: MPL-2.0
Latest release: 10 months ago
First release: 10 months ago
Downloads: 47 total
Stars: 587 on GitHub
Forks: 220 on GitHub
Total Commits: 9746
Committers: 92
Average commits per author: 105.935
Development Distribution Score (DDS): 0.329
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/brendanhay
Last synced: 2 days ago

    Loading...
    Readme
    Loading...