Accessing Storage

Access to storage can be done via API calls and you can connect to your s3 storage using your OAuth credentials.
URL browser
You can access the minio console here.
https://minio-console.dev.klustr.io/login
SiS3 Connection URL Format:
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.
S3 Browser

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.
Last updated