mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 09:52:58 +08:00
feat: add docs and creds management for storage connections (#22620)
* add docs, and creds management * FIx api types. * add accesskey to table * cmt * fix issues, url, styles, rm unused mutation keys * Apply suggestions from code review Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com> * renaming of things and use correct compos * Update apps/studio/components/to-be-cleaned/Storage/StorageSettings/S3Connection.tsx Co-authored-by: Inian <inian1234@gmail.com> * rename storage url to endpoint * when a user clicks the X after creating a credential, reset the form * Fix button component disabled state when loading is true, and add docs url to s3 connection section * Fixes * fix btn disabled prop not reaching btn --------- Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com> Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com> Co-authored-by: Inian <inian1234@gmail.com> Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ export async function executeSql(
|
||||
},
|
||||
body: { query: sql },
|
||||
headers: Object.fromEntries(headers),
|
||||
})
|
||||
} as any) // Needed to fix generated api types for now
|
||||
|
||||
if (error) {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user