diff --git a/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md b/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md index 4de148f7..13037abf 100644 --- a/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md +++ b/docs/deploying_clearml/enterprise_deploy/extra_configs/presign_service.md @@ -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.