Alexander Sarson
07/10/2023, 10:53 AMstorage:
# -- Sets the storage type. Supported values are sandbox, s3, gcs and custom.
type: custom
custom:
type: minio
container: flyte
stow:
kind: s3
config:
access_key_id: XXXX
auth_type: accesskey
secret_key: XXXX
disable_ssl: true
endpoint: <http://minio-hl.minio.svc.cluster.local:9000>
region: us-east-1
Yee
storage:
type: stow
stow:
kind: s3
config:
region: us-east-1
disable_ssl: true
v2_signing: true
endpoint: <http://localhost:30002>
auth_type: accesskey
access_key_id: minio
secret_key: miniostorage
Alexander Sarson
07/11/2023, 8:36 AM