Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/sap-ai-core/register-an-object-store-secret-b083d73.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Your cloud storage credentials are managed using secrets. Secrets are a means of
>
> You can create multiple secrets using different values for `name`, but you must create a default first.

> ### Restriction:
> Output artifacts can only use the default object store

> ### Tip:
> The `pathPrefix` is useful if you share the same bucket for different projects. You can set the name of your project folder to `my-ml-project1`, for example. All data is then stored in that folder.

Expand Down Expand Up @@ -153,6 +156,9 @@ Register your object store secret details using the endpoint `/v2/admin/objectSt
>
> You can create multiple secrets using different values for `name`, but you must create a default first.

> ### Restriction:
> Output artifacts can only use the default object store

> ### Tip:
> The `pathPrefix` is useful if you share the same bucket for different projects. You can set the name of your project folder to `my-ml-project1`, for example. All data is then stored in that folder.

Expand Down Expand Up @@ -290,6 +296,9 @@ You have completed the initial setup. For more information, see [Initial Setup](
>
> You can create multiple secrets using different values for `name`, but you must create a default first.

> ### Restriction:
> Output artifacts can only use the default object store

> ### Tip:
> The `pathPrefix` is useful if you share the same bucket for different projects. You can set the name of your project folder to `my-ml-project1`, for example. All data is then stored in that folder.

Expand Down
Loading