From 8702b60500cf8c8c0a7e5fb2ced19cdba0337bb7 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:55:55 +0300 Subject: [PATCH] Add non-aws frame previews (#660) --- docs/hyperdatasets/single_frames.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/hyperdatasets/single_frames.md b/docs/hyperdatasets/single_frames.md index 3b207a34..ccb91fee 100644 --- a/docs/hyperdatasets/single_frames.md +++ b/docs/hyperdatasets/single_frames.md @@ -219,6 +219,15 @@ frame = SingleFrame( ) ``` +:::tip Previewing Frames in non-AWS S3-like services +For the ClearML UI to be able to show frames stored in non-AWS S3-like services (e.g. MinIO), make sure the `preview_uri` link +uses the `s3://` prefix and explicitly specifies the port number in the URL (e.g. `s3://my_address.com:80/bucket/my_image.png`). + +Additionally, make sure to provide cloud storage access in the WebApp [**Settings > Web App Cloud Access**](../webapp/webapp_profile.md#browser-cloud-storage-access). +Input `:` in the **Host** field. +::: + + There are also options to populate the instance with: * Dimensions - `width` and `height` * General information about the frame - `metadata`