@prisma/composer-prisma-cloud 0.1.0-dev.10 → 0.1.0-dev.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7691,6 +7691,16 @@ const STREAMS_API_KEY_ENV = configKey("", {
7691
7691
  name: STREAMS_API_KEY_PARAM.name
7692
7692
  });
7693
7693
  const RESERVED_PROVIDER_PARAMS = [RPC_ACCEPTED_KEYS_PARAM, STREAMS_API_KEY_PARAM];
7694
+ Object.freeze({
7695
+ kind: "s3",
7696
+ __cmp: {
7697
+ url: "",
7698
+ bucket: "",
7699
+ accessKeyId: "",
7700
+ secretAccessKey: ""
7701
+ },
7702
+ satisfies: (required) => required.kind === "s3"
7703
+ });
7694
7704
  const reservedParams = { port: number$1({ default: 3e3 }) };
7695
7705
  /**
7696
7706
  * A Prisma Compute service — declarations only (deps + params + build + the