-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
183 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM supabase/storage-api:v0.29.1 | ||
FROM supabase/storage-api:v0.35.1 | ||
|
||
RUN apk add curl --no-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`bucket api Get bucket by id 1`] = ` | ||
{ | ||
Object { | ||
"allowed_mime_types": null, | ||
"created_at": "2021-02-17T04:43:32.770206+00:00", | ||
"created_at": "2021-02-17T04:43:32.770Z", | ||
"file_size_limit": 0, | ||
"id": "bucket2", | ||
"name": "bucket2", | ||
"owner": "4d56e902-f0a0-4662-8448-a4d9e643c142", | ||
"public": false, | ||
"updated_at": "2021-02-17T04:43:32.770206+00:00", | ||
"updated_at": "2021-02-17T04:43:32.770Z", | ||
} | ||
`; | ||
|
||
exports[`bucket api Get bucket with wrong id 1`] = `[StorageApiError: The resource was not found]`; | ||
exports[`bucket api Get bucket with wrong id 1`] = `[StorageApiError: Bucket not found]`; | ||
|
||
exports[`bucket api delete bucket 1`] = ` | ||
{ | ||
Object { | ||
"message": "Successfully deleted", | ||
} | ||
`; | ||
|
||
exports[`bucket api empty bucket 1`] = ` | ||
{ | ||
Object { | ||
"message": "Successfully emptied", | ||
} | ||
`; | ||
|
||
exports[`bucket api partially update bucket 1`] = ` | ||
{ | ||
Object { | ||
"message": "Successfully updated", | ||
} | ||
`; | ||
|
||
exports[`bucket api update bucket 1`] = ` | ||
{ | ||
Object { | ||
"message": "Successfully updated", | ||
} | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters