Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.233 to 1.44.237. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.44.237 (2023-04-05)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/apprunner</code>: Updates service API</li> <li><code>service/config</code>: Updates service API and documentation</li> <li><code>service/ecs</code>: Updates service documentation <ul> <li>This is a document only updated to add information about Amazon Elastic Inference (EI).</li> </ul> </li> <li><code>service/identitystore</code>: Updates service documentation</li> <li><code>service/ivs-realtime</code>: Updates service API</li> <li><code>service/network-firewall</code>: Updates service API and documentation</li> <li><code>service/servicecatalog</code>: Updates service API <ul> <li>removed incorrect product type value</li> </ul> </li> <li><code>service/vpc-lattice</code>: Updates service documentation</li> </ul> <h1>Release v1.44.236 (2023-04-04)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/amplifyuibuilder</code>: Updates service API, documentation, and waiters</li> <li><code>service/autoscaling</code>: Updates service documentation <ul> <li>Documentation updates for Amazon EC2 Auto Scaling</li> </ul> </li> <li><code>service/dataexchange</code>: Updates service API</li> <li><code>service/ec2</code>: Updates service API <ul> <li>C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.</li> </ul> </li> <li><code>service/elastic-inference</code>: Updates service API and documentation</li> <li><code>service/runtime.sagemaker</code>: Updates service API and documentation</li> <li><code>service/sagemaker</code>: Updates service API and documentation <ul> <li>Amazon SageMaker Asynchronous Inference now allows customer's to receive failure model responses in S3 and receive success/failure model responses in SNS notifications.</li> </ul> </li> <li><code>service/wafv2</code>: Updates service API and documentation</li> </ul> <h1>Release v1.44.235 (2023-04-03)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>Add support for database-level federation</li> </ul> </li> <li><code>service/lakeformation</code>: Updates service API and documentation</li> <li><code>service/license-manager</code>: Updates service API and documentation</li> <li><code>service/mwaa</code>: Updates service API and documentation</li> <li><code>service/servicecatalog</code>: Updates service API and documentation <ul> <li>This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.</li> </ul> </li> <li><code>service/wafv2</code>: Updates service API and documentation</li> </ul> <h1>Release v1.44.234 (2023-03-31)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/ec2</code>: Updates service documentation <ul> <li>Documentation updates for EC2 On Demand Capacity Reservations</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="6060d92f92"><code>6060d92</code></a> Release v1.44.237 (2023-04-05) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/4788">#4788</a>)</li> <li><a href="0ea5add02b"><code>0ea5add</code></a> Release v1.44.236 (2023-04-04) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/4787">#4787</a>)</li> <li><a href="c72c734d98"><code>c72c734</code></a> Adds missing changelog entry for a past release. (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/4786">#4786</a>)</li> <li><a href="1ea860f3db"><code>1ea860f</code></a> Release v1.44.235 (2023-04-03) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/4784">#4784</a>)</li> <li><a href="a6360c0951"><code>a6360c0</code></a> Release v1.44.234 (2023-03-31) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/4783">#4783</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.44.233...v1.44.237">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
SRC Directory
/pkg
API and Components which are exposed for external usage.
-
/pkg/repository
Control layer for coordinating connections and communication with storage provider repositories. -
/pkg/storage
Manages compilation and validation of repository configuration and consts. Both those that are specific to storage providers, and those that are provider-agnostic.
/cli
Command Line Interface controller. Utilizes /pkg/repository as an exernal dependency.
/internal
Packages which are only intended for use within Corso.