[erchef] oc_erchef can connect directly to erlcloud to generate presigned urls
Open
@vinay-satish is already working on this.
Since Dec 22, 2020.
Status: Good First Issue
- Dominant language
- Erlang
- Stars
- 303
- Forks
- 211
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 5
Description
Remove the dependency on mini_s3. This reduces the complexity and the operational cost of maintaining mini_s3.
mini_s3 was previously used as the library for communications with s3 and generating presigned_urls.
We are pulling in erlcloud for the same purpose and that also supports v4 signing.
At this point of time we can add a module to oc_erchef for making calls to erlcloud instead of mini_s3.
Acceptance Criteria:
- No dependency on mini_s3
- cookbook upload and downloads succeed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.