@slycode/slycode 0.2.10 → 0.2.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.
- package/dist/messaging/index.js +4 -2
- package/dist/messaging/index.js.map +1 -1
- package/dist/messaging/stt.d.ts +1 -0
- package/dist/messaging/stt.js +66 -57
- package/dist/messaging/stt.js.map +1 -1
- package/dist/messaging/types.d.ts +1 -0
- package/dist/web/.next/BUILD_ID +1 -1
- package/dist/web/.next/build-manifest.json +2 -2
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/auth/httpAuthSchemeProvider.js +126 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/endpoint/endpointResolver.js +33 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/index.js +3057 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/models/S3ServiceException.js +12 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/models/errors.js +203 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/runtimeConfig.js +67 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/runtimeConfig.shared.js +56 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/schemas/schemas_0.js +3258 -0
- package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/package.json +127 -0
- package/dist/web/.next/prerender-manifest.json +3 -3
- package/dist/web/.next/server/app/_global-error.html +2 -2
- package/dist/web/.next/server/app/_global-error.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/_not-found.html +1 -1
- package/dist/web/.next/server/app/_not-found.rsc +2 -2
- package/dist/web/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/dist/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/dist/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dist/web/.next/server/app/api/cli-assets/assistant/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli-assets/fix/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli-assets/import/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli-assets/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli-assets/store/preview/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli-assets/store/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli-assets/sync/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli-assets/updates/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/dashboard/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/file/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/git-status/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/kanban/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/kanban/stream/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/projects/reorder/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/scheduler/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/search/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/sly-actions/invalidate/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/sly-actions/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/transcribe/route.js +5 -5
- package/dist/web/.next/server/app/api/transcribe/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/version-check/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/project/[id]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/chunks/[root-of-the-server]__1b9e0d6e._.js +19 -0
- package/dist/web/.next/server/chunks/{[root-of-the-server]__104b2da3._.js → [root-of-the-server]__4297cb97._.js} +3 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__52da7fe0._.js +5 -0
- package/dist/web/.next/server/chunks/{[root-of-the-server]__41df0777._.js → [root-of-the-server]__cf14e306._.js} +2 -2
- package/dist/web/.next/server/chunks/[root-of-the-server]__d5272169._.js +3 -0
- package/dist/web/.next/server/chunks/[root-of-the-server]__d56e68cb._.js +3 -0
- package/dist/web/.next/server/chunks/[root-of-the-server]__f5dae2ad._.js +3 -0
- package/dist/web/.next/server/chunks/{node_modules_ec9ae6c4._.js → node_modules_269a84e6._.js} +5 -5
- package/dist/web/.next/server/chunks/node_modules_9fc3887b._.js +3 -0
- package/dist/web/.next/server/chunks/node_modules_@aws-sdk_credential-provider-sso_dist-es_loadSso_570f147e.js +3 -0
- package/dist/web/.next/server/chunks/node_modules_@aws-sdk_nested-clients_dist-es_submodules_sts_index_c78619b3.js +1 -1
- package/dist/web/.next/server/chunks/node_modules_@smithy_smithy-client_dist-es_create-aggregated-client_db42850b.js +3 -0
- package/dist/web/.next/server/chunks/node_modules_c58ca22f._.js +3 -0
- package/dist/web/.next/server/chunks/node_modules_f96dfac4._.js +7 -0
- package/dist/web/.next/server/pages/404.html +1 -1
- package/dist/web/.next/server/pages/500.html +2 -2
- package/dist/web/.next/server/server-reference-manifest.js +1 -1
- package/dist/web/.next/server/server-reference-manifest.json +1 -1
- package/dist/web/.next/static/chunks/{0bab8c7c82cef548.js → 17bf7ad67057dc74.js} +1 -1
- package/dist/web/.next/static/chunks/{1b46e836090e130b.js → 29b5d391d655a999.js} +1 -1
- package/dist/web/.next/static/chunks/3df3846316317676.css +1 -0
- package/dist/web/.next/static/chunks/{345c46e638c28d26.js → 8cb404d087e9f3c7.js} +1 -1
- package/dist/web/.next/static/chunks/{de965b463aff71a9.js → e8b318caa49fce00.js} +1 -1
- package/dist/web/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/dist/web/node_modules/@aws/lambda-invoke-store/package.json +55 -0
- package/dist/web/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +31 -0
- package/dist/web/node_modules/@aws-crypto/crc32/build/main/index.js +108 -0
- package/dist/web/node_modules/@aws-crypto/crc32/package.json +32 -0
- package/dist/web/node_modules/@aws-crypto/crc32c/build/main/aws_crc32c.js +31 -0
- package/dist/web/node_modules/@aws-crypto/crc32c/build/main/index.js +78 -0
- package/dist/web/node_modules/@aws-crypto/crc32c/package.json +32 -0
- package/dist/web/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/dist/web/node_modules/@aws-crypto/util/build/main/index.js +14 -0
- package/dist/web/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
- package/dist/web/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
- package/dist/web/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
- package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/dist/web/node_modules/@aws-crypto/util/package.json +32 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +126 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +33 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3057 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +67 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +56 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
- package/dist/web/node_modules/@aws-sdk/client-s3/package.json +127 -0
- package/dist/web/node_modules/@aws-sdk/core/dist-cjs/index.js +2212 -0
- package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
- package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +307 -0
- package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1859 -0
- package/dist/web/node_modules/@aws-sdk/core/package.json +121 -0
- package/dist/web/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
- package/dist/web/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +41 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +53 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-http/package.json +70 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +224 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-ini/package.json +74 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +156 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-node/package.json +72 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +79 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +192 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +34 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
- package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
- package/dist/web/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +352 -0
- package/dist/web/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +60 -0
- package/dist/web/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +48 -0
- package/dist/web/node_modules/@aws-sdk/middleware-expect-continue/package.json +58 -0
- package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +26 -0
- package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +451 -0
- package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +78 -0
- package/dist/web/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
- package/dist/web/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
- package/dist/web/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +30 -0
- package/dist/web/node_modules/@aws-sdk/middleware-location-constraint/package.json +57 -0
- package/dist/web/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
- package/dist/web/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +29 -0
- package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
- package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
- package/dist/web/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +570 -0
- package/dist/web/node_modules/@aws-sdk/middleware-sdk-s3/package.json +72 -0
- package/dist/web/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +73 -0
- package/dist/web/node_modules/@aws-sdk/middleware-ssec/package.json +57 -0
- package/dist/web/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
- package/dist/web/node_modules/@aws-sdk/middleware-user-agent/package.json +63 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +172 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +53 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +49 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +202 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +67 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +50 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/dist/web/node_modules/@aws-sdk/nested-clients/package.json +147 -0
- package/dist/web/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +38 -0
- package/dist/web/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/dist/web/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
- package/dist/web/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
- package/dist/web/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
- package/dist/web/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
- package/dist/web/node_modules/@aws-sdk/token-providers/package.json +70 -0
- package/dist/web/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
- package/dist/web/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
- package/dist/web/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/dist/web/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/dist/web/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +185 -0
- package/dist/web/node_modules/@aws-sdk/util-user-agent-node/package.json +69 -0
- package/dist/web/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +131 -0
- package/dist/web/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +23 -0
- package/dist/web/node_modules/@aws-sdk/xml-builder/package.json +63 -0
- package/dist/web/node_modules/@smithy/config-resolver/dist-cjs/index.js +198 -0
- package/dist/web/node_modules/@smithy/config-resolver/package.json +66 -0
- package/dist/web/node_modules/@smithy/core/dist-cjs/index.js +345 -0
- package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1096 -0
- package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +259 -0
- package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +884 -0
- package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +698 -0
- package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +694 -0
- package/dist/web/node_modules/@smithy/core/package.json +146 -0
- package/dist/web/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
- package/dist/web/node_modules/@smithy/credential-provider-imds/package.json +70 -0
- package/dist/web/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +388 -0
- package/dist/web/node_modules/@smithy/eventstream-codec/package.json +65 -0
- package/dist/web/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +7 -0
- package/dist/web/node_modules/@smithy/eventstream-serde-config-resolver/package.json +62 -0
- package/dist/web/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +53 -0
- package/dist/web/node_modules/@smithy/eventstream-serde-node/package.json +62 -0
- package/dist/web/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +132 -0
- package/dist/web/node_modules/@smithy/eventstream-serde-universal/package.json +66 -0
- package/dist/web/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +233 -0
- package/dist/web/node_modules/@smithy/fetch-http-handler/package.json +69 -0
- package/dist/web/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
- package/dist/web/node_modules/@smithy/hash-node/package.json +65 -0
- package/dist/web/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +67 -0
- package/dist/web/node_modules/@smithy/hash-stream-node/package.json +65 -0
- package/dist/web/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
- package/dist/web/node_modules/@smithy/is-array-buffer/package.json +61 -0
- package/dist/web/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
- package/dist/web/node_modules/@smithy/middleware-content-length/package.json +64 -0
- package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +264 -0
- package/dist/web/node_modules/@smithy/middleware-endpoint/package.json +75 -0
- package/dist/web/node_modules/@smithy/middleware-retry/dist-cjs/index.js +355 -0
- package/dist/web/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/dist/web/node_modules/@smithy/middleware-retry/package.json +79 -0
- package/dist/web/node_modules/@smithy/middleware-serde/dist-cjs/index.js +104 -0
- package/dist/web/node_modules/@smithy/middleware-serde/package.json +66 -0
- package/dist/web/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
- package/dist/web/node_modules/@smithy/middleware-stack/package.json +64 -0
- package/dist/web/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/dist/web/node_modules/@smithy/node-config-provider/package.json +66 -0
- package/dist/web/node_modules/@smithy/node-http-handler/dist-cjs/index.js +762 -0
- package/dist/web/node_modules/@smithy/node-http-handler/package.json +68 -0
- package/dist/web/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/dist/web/node_modules/@smithy/property-provider/package.json +61 -0
- package/dist/web/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
- package/dist/web/node_modules/@smithy/protocol-http/package.json +62 -0
- package/dist/web/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
- package/dist/web/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/dist/web/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
- package/dist/web/node_modules/@smithy/querystring-parser/package.json +61 -0
- package/dist/web/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
- package/dist/web/node_modules/@smithy/service-error-classification/package.json +60 -0
- package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
- package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
- package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/dist/web/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
- package/dist/web/node_modules/@smithy/signature-v4/dist-cjs/index.js +556 -0
- package/dist/web/node_modules/@smithy/signature-v4/package.json +70 -0
- package/dist/web/node_modules/@smithy/smithy-client/dist-cjs/index.js +635 -0
- package/dist/web/node_modules/@smithy/smithy-client/package.json +70 -0
- package/dist/web/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/dist/web/node_modules/@smithy/types/package.json +61 -0
- package/dist/web/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
- package/dist/web/node_modules/@smithy/url-parser/package.json +62 -0
- package/dist/web/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/dist/web/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
- package/dist/web/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
- package/dist/web/node_modules/@smithy/util-base64/package.json +74 -0
- package/dist/web/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
- package/dist/web/node_modules/@smithy/util-body-length-browser/package.json +61 -0
- package/dist/web/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
- package/dist/web/node_modules/@smithy/util-body-length-node/package.json +62 -0
- package/dist/web/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
- package/dist/web/node_modules/@smithy/util-buffer-from/package.json +62 -0
- package/dist/web/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
- package/dist/web/node_modules/@smithy/util-config-provider/package.json +63 -0
- package/dist/web/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
- package/dist/web/node_modules/@smithy/util-defaults-mode-node/package.json +67 -0
- package/dist/web/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
- package/dist/web/node_modules/@smithy/util-endpoints/package.json +69 -0
- package/dist/web/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
- package/dist/web/node_modules/@smithy/util-hex-encoding/package.json +61 -0
- package/dist/web/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
- package/dist/web/node_modules/@smithy/util-middleware/package.json +67 -0
- package/dist/web/node_modules/@smithy/util-retry/dist-cjs/index.js +278 -0
- package/dist/web/node_modules/@smithy/util-retry/package.json +71 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +64 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +41 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/index.js +108 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
- package/dist/web/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
- package/dist/web/node_modules/@smithy/util-stream/package.json +99 -0
- package/dist/web/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
- package/dist/web/node_modules/@smithy/util-uri-escape/package.json +60 -0
- package/dist/web/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
- package/dist/web/node_modules/@smithy/util-utf8/package.json +67 -0
- package/dist/web/node_modules/@smithy/util-waiter/dist-cjs/index.js +179 -0
- package/dist/web/node_modules/@smithy/util-waiter/package.json +63 -0
- package/dist/web/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
- package/dist/web/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
- package/dist/web/node_modules/@smithy/uuid/package.json +66 -0
- package/dist/web/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/dist/web/node_modules/fast-xml-parser/package.json +94 -0
- package/dist/web/node_modules/tslib/package.json +47 -0
- package/dist/web/node_modules/tslib/tslib.js +484 -0
- package/dist/web/package-lock.json +470 -161
- package/dist/web/package.json +3 -1
- package/dist/web/src/app/api/transcribe/route.ts +84 -68
- package/dist/web/src/components/VoiceControlBar.tsx +1 -0
- package/dist/web/src/lib/webm-to-ogg-opus.ts +254 -0
- package/dist/web/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/templates/kanban-seed.json +1 -1
- package/dist/web/.next/server/chunks/[root-of-the-server]__0f8687da._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__1cdc76ef._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__3998d59e._.js +0 -19
- package/dist/web/.next/server/chunks/[root-of-the-server]__3dc5531f._.js +0 -5
- package/dist/web/.next/server/chunks/[root-of-the-server]__403750fd._.js +0 -3
- package/dist/web/.next/server/chunks/[root-of-the-server]__934c9bb4._.js +0 -5
- package/dist/web/.next/server/chunks/[root-of-the-server]__e00fb85f._.js +0 -9
- package/dist/web/.next/server/chunks/a9bf9_@aws-sdk_core_dist-es_submodules_protocols_json_AwsRestJsonProtocol_764d7a83.js +0 -3
- package/dist/web/.next/static/chunks/f3d7065d54a0b9ac.css +0 -1
- /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_buildManifest.js +0 -0
- /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_clientMiddlewareManifest.json +0 -0
- /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/middleware-expect-continue",
|
|
3
|
+
"version": "3.972.8",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
|
+
"build:cjs": "node ../../scripts/compilation/inline middleware-expect-continue",
|
|
7
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
+
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
9
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
12
|
+
"test": "yarn g:vitest run",
|
|
13
|
+
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
14
|
+
"test:watch": "yarn g:vitest watch",
|
|
15
|
+
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
16
|
+
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"module": "./dist-es/index.js",
|
|
19
|
+
"types": "./dist-types/index.d.ts",
|
|
20
|
+
"sideEffects": false,
|
|
21
|
+
"author": {
|
|
22
|
+
"name": "AWS SDK for JavaScript Team",
|
|
23
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
24
|
+
},
|
|
25
|
+
"license": "Apache-2.0",
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@aws-sdk/types": "^3.973.6",
|
|
28
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
29
|
+
"@smithy/types": "^4.13.1",
|
|
30
|
+
"tslib": "^2.6.2"
|
|
31
|
+
},
|
|
32
|
+
"engines": {
|
|
33
|
+
"node": ">=20.0.0"
|
|
34
|
+
},
|
|
35
|
+
"typesVersions": {
|
|
36
|
+
"<4.5": {
|
|
37
|
+
"dist-types/*": [
|
|
38
|
+
"dist-types/ts3.4/*"
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"dist-*/**"
|
|
44
|
+
],
|
|
45
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-expect-continue",
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
49
|
+
"directory": "packages-internal/middleware-expect-continue"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@tsconfig/recommended": "1.0.1",
|
|
53
|
+
"concurrently": "7.0.0",
|
|
54
|
+
"downlevel-dts": "0.10.1",
|
|
55
|
+
"premove": "4.0.0",
|
|
56
|
+
"typescript": "~5.8.3"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getCrc32ChecksumAlgorithmFunction = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const crc32_1 = require("@aws-crypto/crc32");
|
|
6
|
+
const util_1 = require("@aws-crypto/util");
|
|
7
|
+
const zlib = tslib_1.__importStar(require("node:zlib"));
|
|
8
|
+
class NodeCrc32 {
|
|
9
|
+
checksum = 0;
|
|
10
|
+
update(data) {
|
|
11
|
+
this.checksum = zlib.crc32(data, this.checksum);
|
|
12
|
+
}
|
|
13
|
+
async digest() {
|
|
14
|
+
return (0, util_1.numToUint8)(this.checksum);
|
|
15
|
+
}
|
|
16
|
+
reset() {
|
|
17
|
+
this.checksum = 0;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
const getCrc32ChecksumAlgorithmFunction = () => {
|
|
21
|
+
if (typeof zlib.crc32 === "undefined") {
|
|
22
|
+
return crc32_1.AwsCrc32;
|
|
23
|
+
}
|
|
24
|
+
return NodeCrc32;
|
|
25
|
+
};
|
|
26
|
+
exports.getCrc32ChecksumAlgorithmFunction = getCrc32ChecksumAlgorithmFunction;
|
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var core = require('@aws-sdk/core');
|
|
4
|
+
var protocolHttp = require('@smithy/protocol-http');
|
|
5
|
+
var utilStream = require('@smithy/util-stream');
|
|
6
|
+
var isArrayBuffer = require('@smithy/is-array-buffer');
|
|
7
|
+
var crc32c = require('@aws-crypto/crc32c');
|
|
8
|
+
var crc64Nvme = require('@aws-sdk/crc64-nvme');
|
|
9
|
+
var getCrc32ChecksumAlgorithmFunction = require('./getCrc32ChecksumAlgorithmFunction');
|
|
10
|
+
var utilUtf8 = require('@smithy/util-utf8');
|
|
11
|
+
var utilMiddleware = require('@smithy/util-middleware');
|
|
12
|
+
|
|
13
|
+
const RequestChecksumCalculation = {
|
|
14
|
+
WHEN_SUPPORTED: "WHEN_SUPPORTED",
|
|
15
|
+
WHEN_REQUIRED: "WHEN_REQUIRED",
|
|
16
|
+
};
|
|
17
|
+
const DEFAULT_REQUEST_CHECKSUM_CALCULATION = RequestChecksumCalculation.WHEN_SUPPORTED;
|
|
18
|
+
const ResponseChecksumValidation = {
|
|
19
|
+
WHEN_SUPPORTED: "WHEN_SUPPORTED",
|
|
20
|
+
WHEN_REQUIRED: "WHEN_REQUIRED",
|
|
21
|
+
};
|
|
22
|
+
const DEFAULT_RESPONSE_CHECKSUM_VALIDATION = RequestChecksumCalculation.WHEN_SUPPORTED;
|
|
23
|
+
exports.ChecksumAlgorithm = void 0;
|
|
24
|
+
(function (ChecksumAlgorithm) {
|
|
25
|
+
ChecksumAlgorithm["MD5"] = "MD5";
|
|
26
|
+
ChecksumAlgorithm["CRC32"] = "CRC32";
|
|
27
|
+
ChecksumAlgorithm["CRC32C"] = "CRC32C";
|
|
28
|
+
ChecksumAlgorithm["CRC64NVME"] = "CRC64NVME";
|
|
29
|
+
ChecksumAlgorithm["SHA1"] = "SHA1";
|
|
30
|
+
ChecksumAlgorithm["SHA256"] = "SHA256";
|
|
31
|
+
})(exports.ChecksumAlgorithm || (exports.ChecksumAlgorithm = {}));
|
|
32
|
+
exports.ChecksumLocation = void 0;
|
|
33
|
+
(function (ChecksumLocation) {
|
|
34
|
+
ChecksumLocation["HEADER"] = "header";
|
|
35
|
+
ChecksumLocation["TRAILER"] = "trailer";
|
|
36
|
+
})(exports.ChecksumLocation || (exports.ChecksumLocation = {}));
|
|
37
|
+
const DEFAULT_CHECKSUM_ALGORITHM = exports.ChecksumAlgorithm.CRC32;
|
|
38
|
+
|
|
39
|
+
var SelectorType;
|
|
40
|
+
(function (SelectorType) {
|
|
41
|
+
SelectorType["ENV"] = "env";
|
|
42
|
+
SelectorType["CONFIG"] = "shared config entry";
|
|
43
|
+
})(SelectorType || (SelectorType = {}));
|
|
44
|
+
const stringUnionSelector = (obj, key, union, type) => {
|
|
45
|
+
if (!(key in obj))
|
|
46
|
+
return undefined;
|
|
47
|
+
const value = obj[key].toUpperCase();
|
|
48
|
+
if (!Object.values(union).includes(value)) {
|
|
49
|
+
throw new TypeError(`Cannot load ${type} '${key}'. Expected one of ${Object.values(union)}, got '${obj[key]}'.`);
|
|
50
|
+
}
|
|
51
|
+
return value;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const ENV_REQUEST_CHECKSUM_CALCULATION = "AWS_REQUEST_CHECKSUM_CALCULATION";
|
|
55
|
+
const CONFIG_REQUEST_CHECKSUM_CALCULATION = "request_checksum_calculation";
|
|
56
|
+
const NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS = {
|
|
57
|
+
environmentVariableSelector: (env) => stringUnionSelector(env, ENV_REQUEST_CHECKSUM_CALCULATION, RequestChecksumCalculation, SelectorType.ENV),
|
|
58
|
+
configFileSelector: (profile) => stringUnionSelector(profile, CONFIG_REQUEST_CHECKSUM_CALCULATION, RequestChecksumCalculation, SelectorType.CONFIG),
|
|
59
|
+
default: DEFAULT_REQUEST_CHECKSUM_CALCULATION,
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const ENV_RESPONSE_CHECKSUM_VALIDATION = "AWS_RESPONSE_CHECKSUM_VALIDATION";
|
|
63
|
+
const CONFIG_RESPONSE_CHECKSUM_VALIDATION = "response_checksum_validation";
|
|
64
|
+
const NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS = {
|
|
65
|
+
environmentVariableSelector: (env) => stringUnionSelector(env, ENV_RESPONSE_CHECKSUM_VALIDATION, ResponseChecksumValidation, SelectorType.ENV),
|
|
66
|
+
configFileSelector: (profile) => stringUnionSelector(profile, CONFIG_RESPONSE_CHECKSUM_VALIDATION, ResponseChecksumValidation, SelectorType.CONFIG),
|
|
67
|
+
default: DEFAULT_RESPONSE_CHECKSUM_VALIDATION,
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
const getChecksumAlgorithmForRequest = (input, { requestChecksumRequired, requestAlgorithmMember, requestChecksumCalculation }) => {
|
|
71
|
+
if (!requestAlgorithmMember) {
|
|
72
|
+
return requestChecksumCalculation === RequestChecksumCalculation.WHEN_SUPPORTED || requestChecksumRequired
|
|
73
|
+
? DEFAULT_CHECKSUM_ALGORITHM
|
|
74
|
+
: undefined;
|
|
75
|
+
}
|
|
76
|
+
if (!input[requestAlgorithmMember]) {
|
|
77
|
+
return undefined;
|
|
78
|
+
}
|
|
79
|
+
const checksumAlgorithm = input[requestAlgorithmMember];
|
|
80
|
+
return checksumAlgorithm;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
const getChecksumLocationName = (algorithm) => algorithm === exports.ChecksumAlgorithm.MD5 ? "content-md5" : `x-amz-checksum-${algorithm.toLowerCase()}`;
|
|
84
|
+
|
|
85
|
+
const hasHeader = (header, headers) => {
|
|
86
|
+
const soughtHeader = header.toLowerCase();
|
|
87
|
+
for (const headerName of Object.keys(headers)) {
|
|
88
|
+
if (soughtHeader === headerName.toLowerCase()) {
|
|
89
|
+
return true;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
return false;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
const hasHeaderWithPrefix = (headerPrefix, headers) => {
|
|
96
|
+
const soughtHeaderPrefix = headerPrefix.toLowerCase();
|
|
97
|
+
for (const headerName of Object.keys(headers)) {
|
|
98
|
+
if (headerName.toLowerCase().startsWith(soughtHeaderPrefix)) {
|
|
99
|
+
return true;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return false;
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
const isStreaming = (body) => body !== undefined && typeof body !== "string" && !ArrayBuffer.isView(body) && !isArrayBuffer.isArrayBuffer(body);
|
|
106
|
+
|
|
107
|
+
const CLIENT_SUPPORTED_ALGORITHMS = [
|
|
108
|
+
exports.ChecksumAlgorithm.CRC32,
|
|
109
|
+
exports.ChecksumAlgorithm.CRC32C,
|
|
110
|
+
exports.ChecksumAlgorithm.CRC64NVME,
|
|
111
|
+
exports.ChecksumAlgorithm.SHA1,
|
|
112
|
+
exports.ChecksumAlgorithm.SHA256,
|
|
113
|
+
];
|
|
114
|
+
const PRIORITY_ORDER_ALGORITHMS = [
|
|
115
|
+
exports.ChecksumAlgorithm.SHA256,
|
|
116
|
+
exports.ChecksumAlgorithm.SHA1,
|
|
117
|
+
exports.ChecksumAlgorithm.CRC32,
|
|
118
|
+
exports.ChecksumAlgorithm.CRC32C,
|
|
119
|
+
exports.ChecksumAlgorithm.CRC64NVME,
|
|
120
|
+
];
|
|
121
|
+
|
|
122
|
+
const selectChecksumAlgorithmFunction = (checksumAlgorithm, config) => {
|
|
123
|
+
const { checksumAlgorithms = {} } = config;
|
|
124
|
+
switch (checksumAlgorithm) {
|
|
125
|
+
case exports.ChecksumAlgorithm.MD5:
|
|
126
|
+
return checksumAlgorithms?.MD5 ?? config.md5;
|
|
127
|
+
case exports.ChecksumAlgorithm.CRC32:
|
|
128
|
+
return checksumAlgorithms?.CRC32 ?? getCrc32ChecksumAlgorithmFunction.getCrc32ChecksumAlgorithmFunction();
|
|
129
|
+
case exports.ChecksumAlgorithm.CRC32C:
|
|
130
|
+
return checksumAlgorithms?.CRC32C ?? crc32c.AwsCrc32c;
|
|
131
|
+
case exports.ChecksumAlgorithm.CRC64NVME:
|
|
132
|
+
if (typeof crc64Nvme.crc64NvmeCrtContainer.CrtCrc64Nvme !== "function") {
|
|
133
|
+
return checksumAlgorithms?.CRC64NVME ?? crc64Nvme.Crc64Nvme;
|
|
134
|
+
}
|
|
135
|
+
return checksumAlgorithms?.CRC64NVME ?? crc64Nvme.crc64NvmeCrtContainer.CrtCrc64Nvme;
|
|
136
|
+
case exports.ChecksumAlgorithm.SHA1:
|
|
137
|
+
return checksumAlgorithms?.SHA1 ?? config.sha1;
|
|
138
|
+
case exports.ChecksumAlgorithm.SHA256:
|
|
139
|
+
return checksumAlgorithms?.SHA256 ?? config.sha256;
|
|
140
|
+
default:
|
|
141
|
+
if (checksumAlgorithms?.[checksumAlgorithm]) {
|
|
142
|
+
return checksumAlgorithms[checksumAlgorithm];
|
|
143
|
+
}
|
|
144
|
+
throw new Error(`The checksum algorithm "${checksumAlgorithm}" is not supported by the client.` +
|
|
145
|
+
` Select one of ${CLIENT_SUPPORTED_ALGORITHMS}, or provide an implementation to ` +
|
|
146
|
+
` the client constructor checksums field.`);
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
const stringHasher = (checksumAlgorithmFn, body) => {
|
|
151
|
+
const hash = new checksumAlgorithmFn();
|
|
152
|
+
hash.update(utilUtf8.toUint8Array(body || ""));
|
|
153
|
+
return hash.digest();
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
const flexibleChecksumsMiddlewareOptions = {
|
|
157
|
+
name: "flexibleChecksumsMiddleware",
|
|
158
|
+
step: "build",
|
|
159
|
+
tags: ["BODY_CHECKSUM"],
|
|
160
|
+
override: true,
|
|
161
|
+
};
|
|
162
|
+
const flexibleChecksumsMiddleware = (config, middlewareConfig) => (next, context) => async (args) => {
|
|
163
|
+
if (!protocolHttp.HttpRequest.isInstance(args.request)) {
|
|
164
|
+
return next(args);
|
|
165
|
+
}
|
|
166
|
+
if (hasHeaderWithPrefix("x-amz-checksum-", args.request.headers)) {
|
|
167
|
+
return next(args);
|
|
168
|
+
}
|
|
169
|
+
const { request, input } = args;
|
|
170
|
+
const { body: requestBody, headers } = request;
|
|
171
|
+
const { base64Encoder, streamHasher } = config;
|
|
172
|
+
const { requestChecksumRequired, requestAlgorithmMember } = middlewareConfig;
|
|
173
|
+
const requestChecksumCalculation = await config.requestChecksumCalculation();
|
|
174
|
+
const requestAlgorithmMemberName = requestAlgorithmMember?.name;
|
|
175
|
+
const requestAlgorithmMemberHttpHeader = requestAlgorithmMember?.httpHeader;
|
|
176
|
+
if (requestAlgorithmMemberName && !input[requestAlgorithmMemberName]) {
|
|
177
|
+
if (requestChecksumCalculation === RequestChecksumCalculation.WHEN_SUPPORTED || requestChecksumRequired) {
|
|
178
|
+
input[requestAlgorithmMemberName] = DEFAULT_CHECKSUM_ALGORITHM;
|
|
179
|
+
if (requestAlgorithmMemberHttpHeader) {
|
|
180
|
+
headers[requestAlgorithmMemberHttpHeader] = DEFAULT_CHECKSUM_ALGORITHM;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
const checksumAlgorithm = getChecksumAlgorithmForRequest(input, {
|
|
185
|
+
requestChecksumRequired,
|
|
186
|
+
requestAlgorithmMember: requestAlgorithmMember?.name,
|
|
187
|
+
requestChecksumCalculation,
|
|
188
|
+
});
|
|
189
|
+
let updatedBody = requestBody;
|
|
190
|
+
let updatedHeaders = headers;
|
|
191
|
+
if (checksumAlgorithm) {
|
|
192
|
+
switch (checksumAlgorithm) {
|
|
193
|
+
case exports.ChecksumAlgorithm.CRC32:
|
|
194
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_REQ_CRC32", "U");
|
|
195
|
+
break;
|
|
196
|
+
case exports.ChecksumAlgorithm.CRC32C:
|
|
197
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_REQ_CRC32C", "V");
|
|
198
|
+
break;
|
|
199
|
+
case exports.ChecksumAlgorithm.CRC64NVME:
|
|
200
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_REQ_CRC64", "W");
|
|
201
|
+
break;
|
|
202
|
+
case exports.ChecksumAlgorithm.SHA1:
|
|
203
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_REQ_SHA1", "X");
|
|
204
|
+
break;
|
|
205
|
+
case exports.ChecksumAlgorithm.SHA256:
|
|
206
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_REQ_SHA256", "Y");
|
|
207
|
+
break;
|
|
208
|
+
}
|
|
209
|
+
const checksumLocationName = getChecksumLocationName(checksumAlgorithm);
|
|
210
|
+
const checksumAlgorithmFn = selectChecksumAlgorithmFunction(checksumAlgorithm, config);
|
|
211
|
+
if (isStreaming(requestBody)) {
|
|
212
|
+
const { getAwsChunkedEncodingStream, bodyLengthChecker } = config;
|
|
213
|
+
updatedBody = getAwsChunkedEncodingStream(typeof config.requestStreamBufferSize === "number" && config.requestStreamBufferSize >= 8 * 1024
|
|
214
|
+
? utilStream.createBufferedReadable(requestBody, config.requestStreamBufferSize, context.logger)
|
|
215
|
+
: requestBody, {
|
|
216
|
+
base64Encoder,
|
|
217
|
+
bodyLengthChecker,
|
|
218
|
+
checksumLocationName,
|
|
219
|
+
checksumAlgorithmFn,
|
|
220
|
+
streamHasher,
|
|
221
|
+
});
|
|
222
|
+
updatedHeaders = {
|
|
223
|
+
...headers,
|
|
224
|
+
"content-encoding": headers["content-encoding"]
|
|
225
|
+
? `${headers["content-encoding"]},aws-chunked`
|
|
226
|
+
: "aws-chunked",
|
|
227
|
+
"transfer-encoding": "chunked",
|
|
228
|
+
"x-amz-decoded-content-length": headers["content-length"],
|
|
229
|
+
"x-amz-content-sha256": "STREAMING-UNSIGNED-PAYLOAD-TRAILER",
|
|
230
|
+
"x-amz-trailer": checksumLocationName,
|
|
231
|
+
};
|
|
232
|
+
delete updatedHeaders["content-length"];
|
|
233
|
+
}
|
|
234
|
+
else if (!hasHeader(checksumLocationName, headers)) {
|
|
235
|
+
const rawChecksum = await stringHasher(checksumAlgorithmFn, requestBody);
|
|
236
|
+
updatedHeaders = {
|
|
237
|
+
...headers,
|
|
238
|
+
[checksumLocationName]: base64Encoder(rawChecksum),
|
|
239
|
+
};
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
try {
|
|
243
|
+
const result = await next({
|
|
244
|
+
...args,
|
|
245
|
+
request: {
|
|
246
|
+
...request,
|
|
247
|
+
headers: updatedHeaders,
|
|
248
|
+
body: updatedBody,
|
|
249
|
+
},
|
|
250
|
+
});
|
|
251
|
+
return result;
|
|
252
|
+
}
|
|
253
|
+
catch (e) {
|
|
254
|
+
if (e instanceof Error && e.name === "InvalidChunkSizeError") {
|
|
255
|
+
try {
|
|
256
|
+
if (!e.message.endsWith(".")) {
|
|
257
|
+
e.message += ".";
|
|
258
|
+
}
|
|
259
|
+
e.message +=
|
|
260
|
+
" Set [requestStreamBufferSize=number e.g. 65_536] in client constructor to instruct AWS SDK to buffer your input stream.";
|
|
261
|
+
}
|
|
262
|
+
catch (ignored) {
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
throw e;
|
|
266
|
+
}
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
const flexibleChecksumsInputMiddlewareOptions = {
|
|
270
|
+
name: "flexibleChecksumsInputMiddleware",
|
|
271
|
+
toMiddleware: "serializerMiddleware",
|
|
272
|
+
relation: "before",
|
|
273
|
+
tags: ["BODY_CHECKSUM"],
|
|
274
|
+
override: true,
|
|
275
|
+
};
|
|
276
|
+
const flexibleChecksumsInputMiddleware = (config, middlewareConfig) => (next, context) => async (args) => {
|
|
277
|
+
const input = args.input;
|
|
278
|
+
const { requestValidationModeMember } = middlewareConfig;
|
|
279
|
+
const requestChecksumCalculation = await config.requestChecksumCalculation();
|
|
280
|
+
const responseChecksumValidation = await config.responseChecksumValidation();
|
|
281
|
+
switch (requestChecksumCalculation) {
|
|
282
|
+
case RequestChecksumCalculation.WHEN_REQUIRED:
|
|
283
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_REQ_WHEN_REQUIRED", "a");
|
|
284
|
+
break;
|
|
285
|
+
case RequestChecksumCalculation.WHEN_SUPPORTED:
|
|
286
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_REQ_WHEN_SUPPORTED", "Z");
|
|
287
|
+
break;
|
|
288
|
+
}
|
|
289
|
+
switch (responseChecksumValidation) {
|
|
290
|
+
case ResponseChecksumValidation.WHEN_REQUIRED:
|
|
291
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_RES_WHEN_REQUIRED", "c");
|
|
292
|
+
break;
|
|
293
|
+
case ResponseChecksumValidation.WHEN_SUPPORTED:
|
|
294
|
+
core.setFeature(context, "FLEXIBLE_CHECKSUMS_RES_WHEN_SUPPORTED", "b");
|
|
295
|
+
break;
|
|
296
|
+
}
|
|
297
|
+
if (requestValidationModeMember && !input[requestValidationModeMember]) {
|
|
298
|
+
if (responseChecksumValidation === ResponseChecksumValidation.WHEN_SUPPORTED) {
|
|
299
|
+
input[requestValidationModeMember] = "ENABLED";
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
return next(args);
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
const getChecksumAlgorithmListForResponse = (responseAlgorithms = []) => {
|
|
306
|
+
const validChecksumAlgorithms = [];
|
|
307
|
+
let i = PRIORITY_ORDER_ALGORITHMS.length;
|
|
308
|
+
for (const algorithm of responseAlgorithms) {
|
|
309
|
+
const priority = PRIORITY_ORDER_ALGORITHMS.indexOf(algorithm);
|
|
310
|
+
if (priority !== -1) {
|
|
311
|
+
validChecksumAlgorithms[priority] = algorithm;
|
|
312
|
+
}
|
|
313
|
+
else {
|
|
314
|
+
validChecksumAlgorithms[i++] = algorithm;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
return validChecksumAlgorithms.filter(Boolean);
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
const isChecksumWithPartNumber = (checksum) => {
|
|
321
|
+
const lastHyphenIndex = checksum.lastIndexOf("-");
|
|
322
|
+
if (lastHyphenIndex !== -1) {
|
|
323
|
+
const numberPart = checksum.slice(lastHyphenIndex + 1);
|
|
324
|
+
if (!numberPart.startsWith("0")) {
|
|
325
|
+
const number = parseInt(numberPart, 10);
|
|
326
|
+
if (!isNaN(number) && number >= 1 && number <= 10000) {
|
|
327
|
+
return true;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
return false;
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
const getChecksum = async (body, { checksumAlgorithmFn, base64Encoder }) => base64Encoder(await stringHasher(checksumAlgorithmFn, body));
|
|
335
|
+
|
|
336
|
+
const validateChecksumFromResponse = async (response, { config, responseAlgorithms, logger }) => {
|
|
337
|
+
const checksumAlgorithms = getChecksumAlgorithmListForResponse(responseAlgorithms);
|
|
338
|
+
const { body: responseBody, headers: responseHeaders } = response;
|
|
339
|
+
for (const algorithm of checksumAlgorithms) {
|
|
340
|
+
const responseHeader = getChecksumLocationName(algorithm);
|
|
341
|
+
const checksumFromResponse = responseHeaders[responseHeader];
|
|
342
|
+
if (checksumFromResponse) {
|
|
343
|
+
let checksumAlgorithmFn;
|
|
344
|
+
try {
|
|
345
|
+
checksumAlgorithmFn = selectChecksumAlgorithmFunction(algorithm, config);
|
|
346
|
+
}
|
|
347
|
+
catch (error) {
|
|
348
|
+
if (algorithm === exports.ChecksumAlgorithm.CRC64NVME) {
|
|
349
|
+
logger?.warn(`Skipping ${exports.ChecksumAlgorithm.CRC64NVME} checksum validation: ${error.message}`);
|
|
350
|
+
continue;
|
|
351
|
+
}
|
|
352
|
+
throw error;
|
|
353
|
+
}
|
|
354
|
+
const { base64Encoder } = config;
|
|
355
|
+
if (isStreaming(responseBody)) {
|
|
356
|
+
response.body = utilStream.createChecksumStream({
|
|
357
|
+
expectedChecksum: checksumFromResponse,
|
|
358
|
+
checksumSourceLocation: responseHeader,
|
|
359
|
+
checksum: new checksumAlgorithmFn(),
|
|
360
|
+
source: responseBody,
|
|
361
|
+
base64Encoder,
|
|
362
|
+
});
|
|
363
|
+
return;
|
|
364
|
+
}
|
|
365
|
+
const checksum = await getChecksum(responseBody, { checksumAlgorithmFn, base64Encoder });
|
|
366
|
+
if (checksum === checksumFromResponse) {
|
|
367
|
+
break;
|
|
368
|
+
}
|
|
369
|
+
throw new Error(`Checksum mismatch: expected "${checksum}" but received "${checksumFromResponse}"` +
|
|
370
|
+
` in response header "${responseHeader}".`);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
const flexibleChecksumsResponseMiddlewareOptions = {
|
|
376
|
+
name: "flexibleChecksumsResponseMiddleware",
|
|
377
|
+
toMiddleware: "deserializerMiddleware",
|
|
378
|
+
relation: "after",
|
|
379
|
+
tags: ["BODY_CHECKSUM"],
|
|
380
|
+
override: true,
|
|
381
|
+
};
|
|
382
|
+
const flexibleChecksumsResponseMiddleware = (config, middlewareConfig) => (next, context) => async (args) => {
|
|
383
|
+
if (!protocolHttp.HttpRequest.isInstance(args.request)) {
|
|
384
|
+
return next(args);
|
|
385
|
+
}
|
|
386
|
+
const input = args.input;
|
|
387
|
+
const result = await next(args);
|
|
388
|
+
const response = result.response;
|
|
389
|
+
const { requestValidationModeMember, responseAlgorithms } = middlewareConfig;
|
|
390
|
+
if (requestValidationModeMember && input[requestValidationModeMember] === "ENABLED") {
|
|
391
|
+
const { clientName, commandName } = context;
|
|
392
|
+
const customChecksumAlgorithms = Object.keys(config.checksumAlgorithms ?? {}).filter((algorithm) => {
|
|
393
|
+
const responseHeader = getChecksumLocationName(algorithm);
|
|
394
|
+
return response.headers[responseHeader] !== undefined;
|
|
395
|
+
});
|
|
396
|
+
const algoList = getChecksumAlgorithmListForResponse([
|
|
397
|
+
...(responseAlgorithms ?? []),
|
|
398
|
+
...customChecksumAlgorithms,
|
|
399
|
+
]);
|
|
400
|
+
const isS3WholeObjectMultipartGetResponseChecksum = clientName === "S3Client" &&
|
|
401
|
+
commandName === "GetObjectCommand" &&
|
|
402
|
+
algoList.every((algorithm) => {
|
|
403
|
+
const responseHeader = getChecksumLocationName(algorithm);
|
|
404
|
+
const checksumFromResponse = response.headers[responseHeader];
|
|
405
|
+
return !checksumFromResponse || isChecksumWithPartNumber(checksumFromResponse);
|
|
406
|
+
});
|
|
407
|
+
if (isS3WholeObjectMultipartGetResponseChecksum) {
|
|
408
|
+
return result;
|
|
409
|
+
}
|
|
410
|
+
await validateChecksumFromResponse(response, {
|
|
411
|
+
config,
|
|
412
|
+
responseAlgorithms: algoList,
|
|
413
|
+
logger: context.logger,
|
|
414
|
+
});
|
|
415
|
+
}
|
|
416
|
+
return result;
|
|
417
|
+
};
|
|
418
|
+
|
|
419
|
+
const getFlexibleChecksumsPlugin = (config, middlewareConfig) => ({
|
|
420
|
+
applyToStack: (clientStack) => {
|
|
421
|
+
clientStack.add(flexibleChecksumsMiddleware(config, middlewareConfig), flexibleChecksumsMiddlewareOptions);
|
|
422
|
+
clientStack.addRelativeTo(flexibleChecksumsInputMiddleware(config, middlewareConfig), flexibleChecksumsInputMiddlewareOptions);
|
|
423
|
+
clientStack.addRelativeTo(flexibleChecksumsResponseMiddleware(config, middlewareConfig), flexibleChecksumsResponseMiddlewareOptions);
|
|
424
|
+
},
|
|
425
|
+
});
|
|
426
|
+
|
|
427
|
+
const resolveFlexibleChecksumsConfig = (input) => {
|
|
428
|
+
const { requestChecksumCalculation, responseChecksumValidation, requestStreamBufferSize } = input;
|
|
429
|
+
return Object.assign(input, {
|
|
430
|
+
requestChecksumCalculation: utilMiddleware.normalizeProvider(requestChecksumCalculation ?? DEFAULT_REQUEST_CHECKSUM_CALCULATION),
|
|
431
|
+
responseChecksumValidation: utilMiddleware.normalizeProvider(responseChecksumValidation ?? DEFAULT_RESPONSE_CHECKSUM_VALIDATION),
|
|
432
|
+
requestStreamBufferSize: Number(requestStreamBufferSize ?? 0),
|
|
433
|
+
checksumAlgorithms: input.checksumAlgorithms ?? {},
|
|
434
|
+
});
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
exports.CONFIG_REQUEST_CHECKSUM_CALCULATION = CONFIG_REQUEST_CHECKSUM_CALCULATION;
|
|
438
|
+
exports.CONFIG_RESPONSE_CHECKSUM_VALIDATION = CONFIG_RESPONSE_CHECKSUM_VALIDATION;
|
|
439
|
+
exports.DEFAULT_CHECKSUM_ALGORITHM = DEFAULT_CHECKSUM_ALGORITHM;
|
|
440
|
+
exports.DEFAULT_REQUEST_CHECKSUM_CALCULATION = DEFAULT_REQUEST_CHECKSUM_CALCULATION;
|
|
441
|
+
exports.DEFAULT_RESPONSE_CHECKSUM_VALIDATION = DEFAULT_RESPONSE_CHECKSUM_VALIDATION;
|
|
442
|
+
exports.ENV_REQUEST_CHECKSUM_CALCULATION = ENV_REQUEST_CHECKSUM_CALCULATION;
|
|
443
|
+
exports.ENV_RESPONSE_CHECKSUM_VALIDATION = ENV_RESPONSE_CHECKSUM_VALIDATION;
|
|
444
|
+
exports.NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS = NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS;
|
|
445
|
+
exports.NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS = NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS;
|
|
446
|
+
exports.RequestChecksumCalculation = RequestChecksumCalculation;
|
|
447
|
+
exports.ResponseChecksumValidation = ResponseChecksumValidation;
|
|
448
|
+
exports.flexibleChecksumsMiddleware = flexibleChecksumsMiddleware;
|
|
449
|
+
exports.flexibleChecksumsMiddlewareOptions = flexibleChecksumsMiddlewareOptions;
|
|
450
|
+
exports.getFlexibleChecksumsPlugin = getFlexibleChecksumsPlugin;
|
|
451
|
+
exports.resolveFlexibleChecksumsConfig = resolveFlexibleChecksumsConfig;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/middleware-flexible-checksums",
|
|
3
|
+
"version": "3.974.2",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
|
+
"build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
|
|
7
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
+
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
9
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
|
+
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
12
|
+
"extract:docs": "api-extractor run --local",
|
|
13
|
+
"test": "yarn g:vitest run",
|
|
14
|
+
"test:watch": "yarn g:vitest watch",
|
|
15
|
+
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
16
|
+
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
|
|
17
|
+
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
18
|
+
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts"
|
|
19
|
+
},
|
|
20
|
+
"main": "./dist-cjs/index.js",
|
|
21
|
+
"module": "./dist-es/index.js",
|
|
22
|
+
"browser": {
|
|
23
|
+
"./dist-es/getCrc32ChecksumAlgorithmFunction": "./dist-es/getCrc32ChecksumAlgorithmFunction.browser"
|
|
24
|
+
},
|
|
25
|
+
"react-native": {
|
|
26
|
+
"./dist-es/getCrc32ChecksumAlgorithmFunction": "./dist-es/getCrc32ChecksumAlgorithmFunction.browser",
|
|
27
|
+
"./dist-cjs/getCrc32ChecksumAlgorithmFunction": "./dist-cjs/getCrc32ChecksumAlgorithmFunction.browser"
|
|
28
|
+
},
|
|
29
|
+
"types": "./dist-types/index.d.ts",
|
|
30
|
+
"sideEffects": false,
|
|
31
|
+
"author": {
|
|
32
|
+
"name": "AWS SDK for JavaScript Team",
|
|
33
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
34
|
+
},
|
|
35
|
+
"license": "Apache-2.0",
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@aws-crypto/crc32": "5.2.0",
|
|
38
|
+
"@aws-crypto/crc32c": "5.2.0",
|
|
39
|
+
"@aws-crypto/util": "5.2.0",
|
|
40
|
+
"@aws-sdk/core": "^3.973.22",
|
|
41
|
+
"@aws-sdk/crc64-nvme": "^3.972.5",
|
|
42
|
+
"@aws-sdk/types": "^3.973.6",
|
|
43
|
+
"@smithy/is-array-buffer": "^4.2.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.12",
|
|
45
|
+
"@smithy/protocol-http": "^5.3.12",
|
|
46
|
+
"@smithy/types": "^4.13.1",
|
|
47
|
+
"@smithy/util-middleware": "^4.2.12",
|
|
48
|
+
"@smithy/util-stream": "^4.5.20",
|
|
49
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
50
|
+
"tslib": "^2.6.2"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@smithy/node-http-handler": "^4.5.0",
|
|
54
|
+
"concurrently": "7.0.0",
|
|
55
|
+
"downlevel-dts": "0.10.1",
|
|
56
|
+
"premove": "4.0.0",
|
|
57
|
+
"typescript": "~5.8.3"
|
|
58
|
+
},
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">=20.0.0"
|
|
61
|
+
},
|
|
62
|
+
"typesVersions": {
|
|
63
|
+
"<4.5": {
|
|
64
|
+
"dist-types/*": [
|
|
65
|
+
"dist-types/ts3.4/*"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"files": [
|
|
70
|
+
"dist-*/**"
|
|
71
|
+
],
|
|
72
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-flexible-checksums",
|
|
73
|
+
"repository": {
|
|
74
|
+
"type": "git",
|
|
75
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
76
|
+
"directory": "packages-internal/middleware-flexible-checksums"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var protocolHttp = require('@smithy/protocol-http');
|
|
4
|
+
|
|
5
|
+
function resolveHostHeaderConfig(input) {
|
|
6
|
+
return input;
|
|
7
|
+
}
|
|
8
|
+
const hostHeaderMiddleware = (options) => (next) => async (args) => {
|
|
9
|
+
if (!protocolHttp.HttpRequest.isInstance(args.request))
|
|
10
|
+
return next(args);
|
|
11
|
+
const { request } = args;
|
|
12
|
+
const { handlerProtocol = "" } = options.requestHandler.metadata || {};
|
|
13
|
+
if (handlerProtocol.indexOf("h2") >= 0 && !request.headers[":authority"]) {
|
|
14
|
+
delete request.headers["host"];
|
|
15
|
+
request.headers[":authority"] = request.hostname + (request.port ? ":" + request.port : "");
|
|
16
|
+
}
|
|
17
|
+
else if (!request.headers["host"]) {
|
|
18
|
+
let host = request.hostname;
|
|
19
|
+
if (request.port != null)
|
|
20
|
+
host += `:${request.port}`;
|
|
21
|
+
request.headers["host"] = host;
|
|
22
|
+
}
|
|
23
|
+
return next(args);
|
|
24
|
+
};
|
|
25
|
+
const hostHeaderMiddlewareOptions = {
|
|
26
|
+
name: "hostHeaderMiddleware",
|
|
27
|
+
step: "build",
|
|
28
|
+
priority: "low",
|
|
29
|
+
tags: ["HOST"],
|
|
30
|
+
override: true,
|
|
31
|
+
};
|
|
32
|
+
const getHostHeaderPlugin = (options) => ({
|
|
33
|
+
applyToStack: (clientStack) => {
|
|
34
|
+
clientStack.add(hostHeaderMiddleware(options), hostHeaderMiddlewareOptions);
|
|
35
|
+
},
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
exports.getHostHeaderPlugin = getHostHeaderPlugin;
|
|
39
|
+
exports.hostHeaderMiddleware = hostHeaderMiddleware;
|
|
40
|
+
exports.hostHeaderMiddlewareOptions = hostHeaderMiddlewareOptions;
|
|
41
|
+
exports.resolveHostHeaderConfig = resolveHostHeaderConfig;
|