与 S3 兼容的对象存储服务,将元数据存储在 Postgres 中
A scalable, lightweight object storage service.
Read this post on why we decided to build a new object storage service.
Supported Protocols
.env.sample to .env file..env.test.sample to .env.test.cp .env.sample .env && cp .env.test.sample .env.test
Your root directory should now have both .env and .env.test files.
# this sets up a postgres database and postgrest locally via docker
npm run infra:restart
# Start the storage server
npm run dev
The server should now be running at http://localhost:5000/
The following request should insert and return the list of buckets.
…
To perform your tests you can run the following command: npm test
npm run lintnpm run lint:fix暂无开放 Issues,或尚未同步最近议题。