Skip to main content

No project description provided

Project description

ByteArk SDK for Python

Intallation

pip install byteark-sdk

Usage

from byteark_sdk import ByteArkSigner

signer = ByteArkSigner(
    access_key="2Aj6Wkge4hi1ZYLp0DBG",
    access_secret="31sX5C0lcBiWuGPTzRszYvjxzzI3aCZjJi85ZyB7"
)
signed_url = signer.sign(
    'https://example.cdn.byteark.com/path/to/file.png',
    1514764800
)
print(signed_url)

# Output:
#    https://example.cdn.byteark.com/path/to/file.png
#       ?x_ark_access_id=2Aj6Wkge4hi1ZYLp0DBG
#       &x_ark_auth_type=ark-v2
#       &x_ark_expires=1514764800
#       &x_ark_signature=OsBgZpn9LTAJowa0UUhlYQ

Sign URL with options

Option Required Default Description
method - GET HTTP Method that allowed to use with the signed URL
path_prefix - - Path prefix that allowed to use with the signed URL
client_ip - - Legacy signing conditions
user_agent - - Legacy signing conditions
# Sign with HTTP HEAD method
signed_url = signer.sign(
    "https://example.cdn.byteark.com/path/to/file.png",
    expires=1514764800,
    options={"method": "HEAD"},
)

# Sign with path_prefix
signed_url = signer.sign(
    "https://example.cdn.byteark.com/path/to/file.png",
    expires=1514764800,
    options={"path_prefix": "/path/to/"},
)

# Sign with client IP
signed_url = signer.sign(
    "https://example.cdn.byteark.com/path/to/file.png",
    expires=1514764800,
    options={"client_ip": "123.123.123.123"},
)

# Sign with clinet IP and User-Agent
user_agent = (
    "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) "
    "AppleWebKit/537.36 (KHTML, like Gecko) "
    "Chrome/58.0.3029.68 Safari/537.36"
)
signed_url = signer.sign(
    "https://example.cdn.byteark.com/path/to/file.png",
    expires=1514764800,
    options={"client_ip": "123.123.123.123", "user_agent": user_agent},
)

Project details


Download files

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

Source Distribution

byteark_sdk-0.1.1a2.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

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

byteark_sdk-0.1.1a2-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file byteark_sdk-0.1.1a2.tar.gz.

File metadata

  • Download URL: byteark_sdk-0.1.1a2.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.12.8 Darwin/24.2.0

File hashes

Hashes for byteark_sdk-0.1.1a2.tar.gz
Algorithm Hash digest
SHA256 3527b50b01c3c941df462da513253d5cdfc6b75c7ba29f60e0e669b71f107c5f
MD5 74ee4b8d4f6c9010d49a9b7fcd09ab5e
BLAKE2b-256 d81f957da3644fdb24f3c3664fa3b87829b0b268b79c0825ad6455605f646d5d

See more details on using hashes here.

File details

Details for the file byteark_sdk-0.1.1a2-py3-none-any.whl.

File metadata

  • Download URL: byteark_sdk-0.1.1a2-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.12.8 Darwin/24.2.0

File hashes

Hashes for byteark_sdk-0.1.1a2-py3-none-any.whl
Algorithm Hash digest
SHA256 0f365686afc537c97b12cd43d3ef26cc71970b3bf05ee017e5091efe43c0ca89
MD5 8b01f186a7ebe27f1b7d86e9df2ed739
BLAKE2b-256 d6289747a3cdd6415bb3159c4f753afa7e612e006122e0dd4e8995e84125c4ed

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page