OpenSource-Hub
C

CloudServer

1.9k stars·Developer Tools·SHA-256 checksum verified

An open-source Amazon S3-compatible object storage server for local development and multi-cloud abstraction.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Local AWS S3 emulator supporting multiple backends for dev/test.

Core Features

  • Fully compatible with AWS S3 API
  • Supports file, memory, and multiple cloud backends
  • Location constraints for flexible data routing
  • Docker one-liner deployment
  • Part of Zenko multi-cloud ecosystem

What It Can't Do

  • Default credentials are public; change them before production use. Vault user management is proprietary (requires separate license). In-memory mode loses data on restart. Multiple backends require proper Location Constraint headers.

Use Cases

  • Local integration testing in CI/CD pipelines
  • Unified storage abstraction layer for hybrid/multi-cloud
  • Offline or low-latency S3 development environment
  • Educational and proof-of-concept setups

CloudServer (formerly S3 Server) is an open-source object storage server from Scality that provides a single AWS S3 API interface to access multiple backend storage systems, whether on-premise or in the cloud. It's part of the Zenko Multi-Cloud Data Controller ecosystem. Developers can use CloudServer to emulate AWS S3 locally for integration testing, or as an abstraction layer to build object-storage-enabled applications that work across different storage backends (file system, memory, or multiple backends with location constraints). It runs on Node.js and is easily deployed via Docker or source code.

Tags

s3object-storageaws-s3-compatiblescalityzenkomulti-cloudintegration-testing

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Run with Docker: docker run -p 8000:8000 zenko/cloudserver

4

Or from source: git clone, cd cloudserver, yarn install --frozen-lockfile, yarn start

5

Server listens on port 8000 with default credentials accessKey1/verySecretKey1

Install Guide
  1. Run with Docker: docker run -p 8000:8000 zenko/cloudserver
  2. Or from source: git clone, cd cloudserver, yarn install --frozen-lockfile, yarn start
  3. Server listens on port 8000 with default credentials accessKey1/verySecretKey1
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Docker: docker rm -f <container>. Source: delete the cloned directory. Remove localData and localMetadata folders if you want to wipe data.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache-2.0
Last Updated2026-06-26 07:10:18
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

5 FAQs

Similar Projects