Wiki source code of Blob Store

Last modified by Michael Hamann on 2026/02/26 10:47

Show last authors
1 Different features of XWiki like the [[attachment store>>doc:Documentation.AdminGuide.Store.Filesystem.WebHome]] save data in a blob store. By default, this data is saved in the file system under the [[permanent directory>>doc:Documentation.AdminGuide.Configuration.WebHome||anchor="HPermanentDirectory"]]. The blob store can be configured with the following properties in ##xwiki.proprties##:
2
3 |=Name|=Description
4 |##store.blobStoreType##|The type of the blob store to be used. Only the default "filesystem" store is bundled, "s3" is provided as an installable extension. Further implementations could be provided by extensions.
5 |##store.blobMigrationStoreType##|The type of the blob store to migrate data from. When data is missing in the configured blob store, a migration from this blob store is attempted. This can be used to migrate data from file system to s3 or back.
6
7 Individual blob store implementations may expose additional configuration options, see, e.g., [[how-to configure the S3 blob store>>doc:documentation.extensions.admin.s3-blob-store.configure-s3.WebHome]].

Get Connected