Skip to main content
https://circleci.com/gh/level12/keg-storage.svg?style=svg https://codecov.io/github/level12/keg-storage/coverage.svg?branch=master

A simple storage interface with multiple back ends for use in a Keg app.

Usage

Changelog

0.5.13 released 2026-09-03

  • shift from authlib.jose to joserfc for jwt (a2f2bc0)

  • Fix RTD build (ca8b881)

0.5.12 released 2025-05-13

  • allow passing extra args when uploading files - e.g. S3 args for setting metadata (e54aff3)

  • fix storage operations when location is None (de98632)

0.5.11 released 2022-08-31

  • pass extra parameters in storage ops when generating a download link (e02cdfe)

0.5.10 released 2022-08-31

  • allow specifying content type for backend-generated download links (6e72571)

0.5.9 released 2022-03-01

  • fix links view mixin to support proper mro (4e67f4b)

  • add StorageOperations wrapper/mixin (2db0ae0)

  • allow served filename to be different (4a643c5)

  • change plugin spec requirement from keg to flask (a2ffdbb)

  • fix itsdangerous deprecations by replacing usage with authlib (a1b389c)

0.5.8 released 2022-01-17

  • add py.typed for PEP 561 compatibility (c5731f5)

  • ensure paths passed to copy are resolved to the root path (1cab726)

0.5.7 released 2021-12-14

  • add copy method and related CLI for s3 and local backends (02003a8)

  • CircleCI config fix for python versions present (19c1881)

  • update tox for python versions present in CI (818527b)

0.5.6 released 2021-01-26

  • Support latest version of Azure SDK (6ffff6a)

  • Added usage notes for URLs created with the S3 link_to method (4c60eb2)

  • Fix typo in documentation (6c6eb8e)

0.5.5 released 2020-05-19

  • Allow callers to specify port to use for SFTP connections (a880b3e)

0.5.4 released 2020-05-14

  • Support direct upload / download URL generation for all backends (6975227)

  • Add a local filesystem backend (6242913)

0.5.3 released 2020-04-29

  • Properly escape paths for SAS token generation (9f126c8)

0.5.2 released 2020-04-28

  • Fix Azure SAS blob upload link permissions (d7a1653)

0.5.1 released 2020-04-08

0.5.0 released 2020-04-08

  • Enable AzureStorage to take a blob SAS URL (8e6e478)

  • Allow AzureStorage to be used with a container SAS URL (#28) (f405d21)

  • Add support for download and upload progress callbacks (#34) (468fec8)

  • Fix config variable naming (#33) (9720e63)

  • Make aws dependencies optional (a2146d1)

0.4.4 released 2020-01-29

  • Create Sphinx Documentation (753ef58)

0.4.3 released 2020-01-28

  • Merge pull request #27 from level12/stdin-stdout-cli-support (aef81c1)

  • Merge pull request #25 from level12/azure-client-version (02c44de)

  • Add noqa to version file to avoid coverage errors (1f4e5c3)

0.4.2 released 2019-11-29

  • Stricter Azure Dependencies (adea745)

0.4.1 released 2019-10-17

  • feat: Make keg dependency optional and improve backend optional dependency handling (e33139a)

  • bug: Fix bug where small files written to S3 buckets were never flushed (bd6c2c0)

  • feat: Add support for Azure blob storage (4141319)

0.4.0 released 2019-09-27

  • feat: Update interface to allow file-like access (7c2a1b7)

0.3.1 released 2019-08-05

  • bug: Make the return type of the list command consistent across backends (53abcda)

0.3.0 released 2019-06-02

  • feat: Enable Multi-Key Re-encryption Scenarios Possible (a0d74a1)

  • feat: Make CLI Click Group Global (41f062a)

  • bug: ensure list operations always returns string (177d4a9)

0.2.0

  • [FEAT] Added Support for AWS Credentials using a Profile

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kegstorage-0.5.13.tar.gz (38.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kegstorage-0.5.13-py2.py3-none-any.whl (46.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file kegstorage-0.5.13.tar.gz.

File metadata

  • Download URL: kegstorage-0.5.13.tar.gz
  • Upload date:
  • Size: 38.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.4

File hashes

Hashes for kegstorage-0.5.13.tar.gz
Algorithm Hash digest
SHA256 25b582839fc47af8d0f68b7c273c11423cfb03939ee470034a2e285797282588
MD5 9f9fe9e14c725c775b7e3586a3f835ad
BLAKE2b-256 77ff97a62320099f01b15a46b0191840316e5a5d4c92e2d0c97eb65944e96fa2

See more details on using hashes here.

File details

Details for the file kegstorage-0.5.13-py2.py3-none-any.whl.

File metadata

  • Download URL: kegstorage-0.5.13-py2.py3-none-any.whl
  • Upload date:
  • Size: 46.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.4

File hashes

Hashes for kegstorage-0.5.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9754633b4a0a0eab3d192afdae4624d16253e2b3ce0695fde13951ddefa23802
MD5 5e92e25bbda910b339af6883ed6272ae
BLAKE2b-256 c3b130020bf4323e4c7bb97f7d5025dacd690ae4d9b266ab3d5a7e591539ec44

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.5.13 This release

2 files

0.5.12

2 files

0.5.11

2 files

0.5.10

2 files

0.5.9

2 files

0.5.8

2 files

0.5.7

2 files

0.5.6

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page