Skip to content

Commit

Permalink
service/s3: Remove deprecated s3crypto package and client (aws#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Mar 19, 2020
1 parent 5307130 commit 465defe
Show file tree
Hide file tree
Showing 39 changed files with 1 addition and 3,680 deletions.
1 change: 1 addition & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Breaking Change
---
* `service/s3/s3crypto`: Package and associated encryption/decryption clients have been removed from the SDK ([#511](https://github.com/aws/aws-sdk-go-v2/pull/511))
* `aws/endpoints`: Removes `DecodeModel` and `DecodeModelOptions` from the package ([#509](https://github.com/aws/aws-sdk-go-v2/pull/509))
* `aws/external`: Removes several export constants and types ([#508](https://github.com/aws/aws-sdk-go-v2/pull/508))
* No longer exports AWS environment constants used by the external environment configuration loader
Expand Down
190 changes: 0 additions & 190 deletions service/s3/s3crypto/aes_cbc.go

This file was deleted.

73 changes: 0 additions & 73 deletions service/s3/s3crypto/aes_cbc_content_cipher.go

This file was deleted.

20 changes: 0 additions & 20 deletions service/s3/s3crypto/aes_cbc_content_cipher_test.go

This file was deleted.

29 changes: 0 additions & 29 deletions service/s3/s3crypto/aes_cbc_padder.go

This file was deleted.

41 changes: 0 additions & 41 deletions service/s3/s3crypto/aes_cbc_padder_test.go

This file was deleted.

Loading

0 comments on commit 465defe

Please sign in to comment.