tensorbay-python-sdk icon indicating copy to clipboard operation
tensorbay-python-sdk copied to clipboard

Graviti TensorBay Python SDK

Results 11 tensorbay-python-sdk issues
Sort by recently updated
recently updated
newest added

I'm using the following code to create an S3 storage config: ```python gas.create_s3_storage_config( "S3Provider", "hub-2.0-tests/cifar-10-tensorbay", endpoint="http://hub-2.0-tests.s3-website.us-east-1.amazonaws.com", accesskey_id=os.getenv("AWS_ACCESS_KEY_ID"), accesskey_secret=os.getenv("AWS_SECRET_ACCESS_KEY"), bucket_name="hub-2.0-tests", ) ``` But I'm getting ``` Unexpected status code(500)! =================================================================== ##########################...

References: https://docs.readthedocs.io/en/stable/pull-requests.html https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx-fail-on-warning