{"id":18713699,"url":"https://github.com/hugoarregui/s3-smithy-problem","last_synced_at":"2025-07-19T14:34:20.908Z","repository":{"id":255666258,"uuid":"853365165","full_name":"hugoArregui/s3-smithy-problem","owner":"hugoArregui","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-06T14:08:50.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T14:50:35.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugoArregui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-06T14:08:00.000Z","updated_at":"2024-09-06T14:08:53.000Z","dependencies_parsed_at":"2024-09-06T16:51:25.586Z","dependency_job_id":null,"html_url":"https://github.com/hugoArregui/s3-smithy-problem","commit_stats":null,"previous_names":["hugoarregui/s3-smithy-problem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hugoArregui/s3-smithy-problem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoArregui%2Fs3-smithy-problem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoArregui%2Fs3-smithy-problem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoArregui%2Fs3-smithy-problem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoArregui%2Fs3-smithy-problem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugoArregui","download_url":"https://codeload.github.com/hugoArregui/s3-smithy-problem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoArregui%2Fs3-smithy-problem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265947505,"owners_count":23853382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T12:49:54.537Z","updated_at":"2025-07-19T14:34:20.878Z","avatar_url":"https://github.com/hugoArregui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n```\n❯ npm run build\n\n\u003e @well-known-components/base-component@1.0.0 build\n\u003e tsc -p tsconfig.json\n\nsrc/index.ts:10:33 - error TS2769: No overload matches this call.\n  Overload 1 of 4, '(command: Command\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | ... 93 more ... | { ...; }, GetObjectCommandInput, ServiceOutputTypes, GetObjectCommandOutput, SmithyResolvedConfiguration\u003c...\u003e\u003e, options?: HttpHandlerOptions | undefined): Promise\u003c...\u003e', gave the following error.\n    Argument of type 'GetObjectCommand' is not assignable to parameter of type 'Command\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | { ...; } | ... 92 more ... | { ...; }, GetObjectCommandInput, ServiceOutputTypes, GetObjectCommandOutput, SmithyResolvedConfiguration\u003c...\u003e\u003e'.\n      Types of property 'resolveMiddleware' are incompatible.\n        Type '(stack: MiddlewareStack\u003cServiceInputTypes, ServiceOutputTypes\u003e, configuration: S3ClientResolvedConfig, options: any) =\u003e Handler\u003c...\u003e' is not assignable to type '(stack: MiddlewareStack\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | ... 93 more ... | { ...; }, ServiceOutputTypes\u003e, configuration: SmithyResolvedConfiguration\u003c...\u003e, options: any) =\u003e Handler...'.\n          Types of parameters 'stack' and 'stack' are incompatible.\n            Type 'MiddlewareStack\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | { ...; } | ... 92 more ... | { ...; }, ServiceOutputTypes\u003e' is not assignable to type 'MiddlewareStack\u003cServiceInputTypes, ServiceOutputTypes\u003e'.\n              Types of property 'add' are incompatible.\n                Type '{ (middleware: InitializeMiddleware\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | ... 93 more ... | { ...; }, ServiceOutputTypes\u003e, options?: (InitializeHandlerOptions \u0026 AbsoluteLocation) | und...' is not assignable to type '{ (middleware: InitializeMiddleware\u003cServiceInputTypes, ServiceOutputTypes\u003e, options?: (InitializeHandlerOptions \u0026 AbsoluteLocation) | undefined): void; (middleware: SerializeMiddleware\u003c...\u003e, options: SerializeHandlerOptions \u0026 AbsoluteLocation): void; (middleware: BuildMiddleware\u003c...\u003e, options: BuildHandlerOptions \u0026 ...'.\n                  Types of parameters 'middleware' and 'middleware' are incompatible.\n                    Types of parameters 'next' and 'next' are incompatible.\n                      Type 'InitializeHandler\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | { ...; } | ... 92 more ... | { ...; }, ServiceOutputTypes\u003e' is not assignable to type 'InitializeHandler\u003cServiceInputTypes, ServiceOutputTypes\u003e'.\n                        Type 'ServiceInputTypes' is not assignable to type '{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | { Bucket: string | undefined; ... 12 more ...; SSECustomerKeyMD5?: string | undefined; } | ... 92 more ... | { ...; }'.\n  Overload 2 of 4, '(command: Command\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | ... 93 more ... | { ...; }, GetObjectCommandInput, ServiceOutputTypes, GetObjectCommandOutput, SmithyResolvedConfiguration\u003c...\u003e\u003e, options?: HttpHandlerOptions | undefined, cb?: ((err: unknown, data?: { ...; } | undefined) =\u003e void) | undefined): void | Promise\u003c...\u003e', gave the following error.\n    Argument of type 'GetObjectCommand' is not assignable to parameter of type 'Command\u003c{ Bucket: string | undefined; Key: string | undefined; UploadId: string | undefined; RequestPayer?: \"requester\" | undefined; ExpectedBucketOwner?: string | undefined; } | { ...; } | ... 92 more ... | { ...; }, GetObjectCommandInput, ServiceOutputTypes, GetObjectCommandOutput, SmithyResolvedConfiguration\u003c...\u003e\u003e'.\n\n10   const out = await client.send(new GetObjectCommand({ Bucket: bucket, Key: key }))\n                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n\n\nFound 1 error in src/index.ts:10\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugoarregui%2Fs3-smithy-problem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugoarregui%2Fs3-smithy-problem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugoarregui%2Fs3-smithy-problem/lists"}