Skip to content

Fix saving notebook to S3 file system#3134

Merged
hugobarauna merged 2 commits intomainfrom
hb-fix-bug-save-to-s3
Feb 18, 2026
Merged

Fix saving notebook to S3 file system#3134
hugobarauna merged 2 commits intomainfrom
hb-fix-bug-save-to-s3

Conversation

@hugobarauna
Copy link
Copy Markdown
Member

Reported by a Livebook Teams customer.

  • Fix crash when switching to S3 in the persistence dialog (missing mount_file_system event handler)
  • Redact S3 credentials (access_key_id, secret_access_key) from log output

Derive the Inspect protocol on Livebook.FileSystem.S3 excluding
access_key_id and secret_access_key, so they are never leaked in
error logs or terminal output.
Add the missing update/2 clause for {:mount_file_system, file_system}
in PersistenceComponent. Without it, switching to an S3 file system
in the persistence dialog crashes with a KeyError.
@hugobarauna hugobarauna merged commit 1c5f3c8 into main Feb 18, 2026
6 of 7 checks passed
@hugobarauna hugobarauna deleted the hb-fix-bug-save-to-s3 branch February 19, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants