This commit is contained in:
Noam Wasersprung 2025-05-22 13:49:31 +03:00 committed by GitHub
parent ac733ba3f0
commit 57dec2e557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ users, enabling direct access to S3 data without exposing credentials.
When configured, the ClearML WebApp automatically redirects requests for matching storage URLs (like `s3://...`) to the
Presign Service. The service:
* Authenticates the use with ClearML.
* Authenticates the user with ClearML.
* Generates a temporary, secure (pre-signed) S3 URL.
* Redirects the user's browser to the URL for direct access.