You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[extension/storage/filestorage] Document how to read files created by the file_storage extension (#32180)
**Description:**
This PR adds documentation explaining how to read the contents of files
created by the `file_storage` extension.
**Link to tracking Issue:**
* Related to #30970
* Follow up to
#31886 (comment)
---------
Co-authored-by: Tiffany Hrabusa <[email protected]>
_Currently, the File Storage extension uses [bbolt](https://github.com/etcd-io/bbolt) to store and read data on disk. The
140
+
following troubleshooting method works for bbolt-managed files. As such, there is no guarantee that this method will continue to work in the future, particularly if the extension switches away from bbolt._
141
+
142
+
When troubleshooting components that use the File Storage extension, it is sometimes helpful to read the raw contents of
143
+
files created by the extension for the component. The simplest way to read files
144
+
created by the File Storage extension is to use the strings utility ([Linux](https://linux.die.net/man/1/strings),
0 commit comments