For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔼v10 -> v11

v11 reworks the S3 configuration model in Onyxia.

Release notes:

For the new S3 configuration model, see the S3 configuration reference.

Migration guide

Replace workingDirectory with bookmarks

workingDirectory no longer exists in v11.

You now define explicit S3 bookmarks inside each S3 profile. Each bookmark points to a bucket or prefix with s3Uri. When you use $1, Onyxia substitutes it with the value of claimName.

Use a user claim such as preferred_username for personal buckets. Use a group claim such as groups for shared buckets.

Rename bookmarkedDirectories to bookmarks

Existing saved locations must use the new key and the new path format.

If you used extra bookmark metadata, verify it against the new S3 schema.

Add sts.role

sts.role is now mandatory.

This also applies to MinIO setups where roleARN and roleSessionName were previously omitted. In most cases, set profileName to default and keep the other two fields empty.

After the migration, users navigate S3 through the bookmarks you define in each profile.

Last updated

Was this helpful?