Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws: Remove plugin credential providers #391

Merged
merged 2 commits into from
Sep 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Services
---

Deprecations
---
* `aws`: Removes plugin credential provider ([#391](https://github.com/aws/aws-sdk-go-v2/pull/391))
* Removing plugin credential provider from the v2 SDK developer preview. This feature may be made available as a separate module.

SDK Features
---

Expand Down
5 changes: 0 additions & 5 deletions aws/plugincreds/doc_1_7.go

This file was deleted.

190 changes: 0 additions & 190 deletions aws/plugincreds/provider.go

This file was deleted.

77 changes: 0 additions & 77 deletions aws/plugincreds/provider_test.go

This file was deleted.

49 changes: 0 additions & 49 deletions example/aws/credentials/plugincreds/README.md

This file was deleted.

Loading