aws-cloudformation / aws-cloudformation/cloudformation-cli-java-plugin
injectCredentialsAndInvokeV2 method in proxy class doesn't support API's like PutObject from S3.
- 主要語言
- Java
- 星號
- 30
- 分支
- 48
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I have a use case where I am uploading a file to S3 during create/update but based on the current proxy implementation, I don't see a method that does this for me because putObject has request, content and a response, I am currently using https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation/pull/6/files/1e7ca3fc2d9223b7ac244ca08258991b4216e2b8#diff-30f8eb54f5522067f6dd253e609e9ca24d587dc9610e2b2c745383ec55cba68f AwsCredentialsExtractor to extract the credentials and make a putObject request.
I would like to know if you may be have any suggestions/workarounds for this?
貢獻指南
研究方向
Start by inspecting the proxy class's injectCredentialsAndInvokeV2 method and the linked AwsCredentialsExtractor example. Compare the PutObject request, content, and response shape with the invocation paths currently supported. Done means the required S3-style API can be invoked through the proxy without manual credential extraction.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- aws, java
- 領域
- backend, cloud
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100