@prisma/composer-prisma-cloud 0.1.0-dev.11 → 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.
@@ -254,8 +254,16 @@ configKey("", {
254
254
  });
255
255
  const RESERVED_PROVIDER_PARAMS = [RPC_ACCEPTED_KEYS_PARAM, STREAMS_API_KEY_PARAM];
256
256
  blindCast(Symbol.for("prisma:prisma-cloud-param-source"));
257
- //#endregion
258
- //#region ../../1-prisma-cloud/1-extensions/target/dist/index.mjs
257
+ Object.freeze({
258
+ kind: "s3",
259
+ __cmp: {
260
+ url: "",
261
+ bucket: "",
262
+ accessKeyId: "",
263
+ secretAccessKey: ""
264
+ },
265
+ satisfies: (required) => required.kind === "s3"
266
+ });
259
267
  const reservedParams = { port: number({ default: 3e3 }) };
260
268
  /**
261
269
  * A Prisma Compute service — declarations only (deps + params + build + the