mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 15:44:23 +08:00
* ref(etl): Rename ETL Replication to Replication and update docs * Fix * Fix * Fix * Fix * Fix
6 lines
281 B
TypeScript
6 lines
281 B
TypeScript
// Hardcoded value for `s3AccessKeyId` field in the form to indicate creating a new key
|
|
export const CREATE_NEW_KEY = 'create-new'
|
|
|
|
// Hardcoded value for `namespace` field in the form to indicate creating a new namespace
|
|
export const CREATE_NEW_NAMESPACE = 'create-new-namespace'
|