Access to storage can be done via API calls and you can connect to your s3 storage using your OAuth credentials.
You can access the minio console here.
https://minio-console.dev.klustr.io/loginarrow-up-right
s3n://<token>:<secret>@minio.dev.klustr.io/
Use this URL template when using S3 Tools and connectivity. Use tools like Hive, Kafka Connect, and more to connect to this endpoint.
You can leverage almost any S3 tool, for example, S3 browser to connect to your project storage.
Public URL
Your files will be hosted on CDN and available at https://storage.dev.klustr.io/{yourbucket}/ replacing bucket with your bucket name.
https://storage.dev.klustr.io/{yourbucket}/
Last updated 1 year ago