Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs updates
  • Loading branch information
Sean O'Brien committed Jun 13, 2022
commit 18b3bd2747d8067ee52bb436a887a77763428611
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Jump To:
the basic concepts.
5. **Beta: Removing unused services** — To date, there are over 300 AWS services available for use with this SDK.
You will likely not need them all. If you use Composer and would like to learn more about this feature,
please read the [linked documentation]().
please read the [linked documentation][docs-script-composer].


## Quick Examples
Expand Down Expand Up @@ -194,6 +194,7 @@ We work hard to provide a high-quality and useful SDK for our AWS services, and
[docs-s3-transfer]: https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/s3-transfer.html
[docs-s3-multipart]: https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/s3-multipart-upload.html
[docs-s3-encryption]: https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/s3-encryption-client.html
[docs-script-composer]: https://github.com/aws/aws-sdk-php/tree/master/src/Script/Composer

[aws]: http://aws.amazon.com
[aws-iam-credentials]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UsingIAM.html#UsingIAMrolesWithAmazonEC2Instances
Expand Down
4 changes: 2 additions & 2 deletions src/Script/Composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ bug, please open an issue with us [here](https://github.com/aws/aws-sdk-php/issu
you have feedback on the implementation, please visit the [open discussion](https://github.com/aws/aws-sdk-php/discussions/2420)
we have on the topic.

To avoid shipping unused services, specify which services you would like to use in your `composer.json` file and
run the `Aws\\Script\\Composer::removeUnusedServices` script.
To avoid shipping unused services, specify which services you would like to keep in your `composer.json` file and
use the `Aws\\Script\\Composer::removeUnusedServices` script.

```
{
Expand Down