Human Protocol SDK
v3.0.0
v3.0.0
  • README
  • Typescript SDK​
    • Encryption
      • Encryption
      • EncryptionUtils
    • Escrow
      • EscrowClient
      • EscrowUtils
    • KVStore
      • KVStoreClient
      • KVStoreUtils
    • Staking
      • StakingClient
    • Operator
      • OperatorUtils
    • Storage
      • StorageClient
    • Statistics
      • StatisticsClient
    • Transaction
      • TransactionUtils
  • Python SDK
    • agreement
      • bootstrap
      • measures
      • utils
    • encryption
      • encryption
      • legacy_encryption
      • encryption_utils
    • escrow
      • escrow_client
      • escrow_utils
    • kvstore
      • kvstore_client
      • kvstore_utils
    • staking
      • staking_client
      • staking_utils
    • operator
      • operator_utils
    • statistics
      • statistics_client
    • storage
      • storage_client
      • storage_utils
    • transaction
      • transaction_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