Human Protocol SDK
Ctrlk
  • Table of contents
  • changelog
  • python
    • human_protocol_sdk.agreement.bootstrap module
    • human_protocol_sdk.agreement package
    • human_protocol_sdk.agreement.measures module
    • human_protocol_sdk.agreement.utils module
    • human_protocol_sdk.constants module
    • human_protocol_sdk.encryption.encryption module
    • human_protocol_sdk.encryption.encryption_utils module
    • human_protocol_sdk.encryption package
    • human_protocol_sdk.escrow.escrow_client module
    • human_protocol_sdk.escrow.escrow_utils module
    • human_protocol_sdk.escrow package
    • human_protocol_sdk.filter module
    • human_protocol_sdk.kvstore.kvstore_client module
    • human_protocol_sdk.kvstore.kvstore_utils module
    • human_protocol_sdk.kvstore package
    • human_protocol_sdk.legacy_encryption module
    • human_protocol_sdk package
    • human_protocol_sdk.operator package
    • human_protocol_sdk.operator.operator_utils module
    • human_protocol_sdk.staking package
    • human_protocol_sdk.staking.staking_client module
    • human_protocol_sdk.statistics package
    • human_protocol_sdk.statistics.statistics_client module
    • human_protocol_sdk.storage package
    • human_protocol_sdk.storage.storage_client module
    • human_protocol_sdk.storage.storage_utils module
    • human_protocol_sdk.transaction package
    • human_protocol_sdk.transaction.transaction_utils module
    • human_protocol_sdk.utils module
    • human_protocol_sdk.worker package
    • human_protocol_sdk.worker.worker_utils module
    • Welcome to Human Protocol SDK’s documentation!
  • typescript
Powered by GitBook
On this page
  1. python

human_protocol_sdk.storage package

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 3 months ago