Unanswered
Hello, I Have A Question
I Am Trying To Connect Clearml To Local Minio But For Some Reason The Host Configuration Is Dropped Out,
I Tried To Go In To The Code To Print Out The Config Throughout The Different Steps And I Get This
[S3Bucketconfig(Bucket='In
aws {
s3 {
# S3 credentials, used for read/write access by various SDK elements
# The following settings will be used for any bucket not specified below in the "credentials" section
# ---------------------------------------------------------------------------------------------------
region: "ae-ad-1"
# Specify explicit keys
key: "123456"
secret: "123456"
bucket: " [None](s3://inference) "
# Or enable credentials chain to let Boto3 pick the right credentials.
# This includes picking credentials from environment variables,
# credential file and IAM role using metadata service.
# Refer to the latest Boto3 docs
use_credentials_chain: false
# Additional ExtraArgs passed to boto3 when uploading files. Can also be set per-bucket under "credentials".
extra_args: {}
# ---------------------------------------------------------------------------------------------------
credentials: [
# specifies key/secret credentials to use when handling s3 urls (read or write)
# {
# bucket: "my-bucket-name"
# key: "my-access-key"
# secret: "my-secret-key"
# },
{
# This will apply to all buckets in this host (unless key/value is specifically provided for a given bucket)
bucket: "inference"
host: "localhost:9090"
key: "12345678"
secret: "12345678"
multipart: false
secure: false
}
]
}
boto3 {
pool_connections: 512
max_multipart_concurrency: 16
}
}
156 Views
0
Answers
one year ago
one year ago