Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Supabase Storage Engine

[![Coverage Status](https://coveralls.io/repos/github/supabase/storage/badge.svg?branch=master)](https://coveralls.io/github/supabase/storage?branch=master)
# Supabase Storage Engine [![Coverage Status](https://coveralls.io/repos/github/supabase/storage/badge.svg?branch=master)](https://coveralls.io/github/supabase/storage?branch=master) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/supabase/storage)

A scalable, lightweight object storage service.

Expand All @@ -12,7 +10,6 @@ A scalable, lightweight object storage service.
- Integrates with S3 Compatible Storages
- Extremely lightweight and performant


**Supported Protocols**

- [x] HTTP/REST
Expand All @@ -35,7 +32,7 @@ A scalable, lightweight object storage service.

```bash
cp .env.sample .env && cp .env.test.sample .env.test
````
```

**Your root directory should now have both `.env` and `.env.test` files.**

Expand Down Expand Up @@ -69,4 +66,3 @@ curl --location --request GET 'http://localhost:5000/bucket' \
### Testing

To perform your tests you can run the following command: `npm test`

Loading