Human Protocol SDK
CtrlK
  • Typescript SDK​
    • Encryption
    • Escrow
    • KVStore
    • Staking
    • Operator
    • Storage
    • Statistics
  • Python SDK
    • agreement
    • encryption
    • escrow
    • kvstore
    • staking
    • operator
    • statistics
    • storage
      • storage_client
      • storage_utils
    • constants
    • filter
    • utils
  • CHANGELOG
Powered by GitBook
On this page
  1. Python SDK

storage

This modules contains an s3 client and utilities for files sharing.

Submodules

  • human_protocol_sdk.storage.storage_client module

    • Code Example

    • Module

    • Credentials

      • Credentials.__init__()

    • StorageClient

      • StorageClient.__init__()

      • StorageClient.bucket_exists()

      • StorageClient.download_files()

      • StorageClient.list_objects()

      • StorageClient.upload_files()

    • StorageClientError

    • StorageFileNotFoundError

  • human_protocol_sdk.storage.storage_utils module

    • StorageUtils

      • StorageUtils.download_file_from_url()

Last updated 1 year ago