File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Supabase Storage Engine
2-
3- [ ![ Coverage Status] ( https://coveralls.io/repos/github/supabase/storage/badge.svg?branch=master )] ( https://coveralls.io/github/supabase/storage?branch=master )
1+ # 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 )
42
53A scalable, lightweight object storage service.
64
@@ -12,7 +10,6 @@ A scalable, lightweight object storage service.
1210- Integrates with S3 Compatible Storages
1311- Extremely lightweight and performant
1412
15-
1613** Supported Protocols**
1714
1815- [x] HTTP/REST
@@ -35,7 +32,7 @@ A scalable, lightweight object storage service.
3532
3633``` bash
3734cp .env.sample .env && cp .env.test.sample .env.test
38- ````
35+ ```
3936
4037** Your root directory should now have both ` .env ` and ` .env.test ` files.**
4138
@@ -69,4 +66,3 @@ curl --location --request GET 'http://localhost:5000/bucket' \
6966### Testing
7067
7168To perform your tests you can run the following command: ` npm test `
72-
You can’t perform that action at this time.
0 commit comments