Server rental store

Object storage

# Object Storage Configuration for MediaWiki 1.40

This article details the configuration of object storage for a MediaWiki 1.40 installation. Utilizing object storage can significantly improve scalability, reliability, and cost-effectiveness for storing uploaded files. This guide assumes basic familiarity with system administration and MediaWiki configuration.

Introduction

Traditionally, MediaWiki stores uploaded files (images, videos, documents, etc.) directly on the server's local filesystem. While this is simple to set up, it can become a bottleneck as the wiki grows. Object storage, such as Amazon S3, Google Cloud Storage, or MinIO, provides a more robust and scalable solution. This enables horizontal scaling and improved data durability. The `wfUploadPath` configuration variable is central to this setup.

Prerequisites

Before configuring object storage, ensure you have the following:

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️