Skip to content

fix: add instruction file support in getObject async #69

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

Merged
merged 3 commits into from
Jan 27, 2023

Conversation

kessplas
Copy link
Contributor

Issue #, if available: n/a

Description of changes: add instruction file support in getObject async

This was already done in #63 but that PR also added some refactoring which I don't want to merge just yet.

Also, we should only create the client once, not per request, so I moved the client instantiation inside the pipeline builder.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kessplas kessplas marked this pull request as ready for review January 26, 2023 21:49
@kessplas kessplas requested a review from imabhichow January 26, 2023 21:49
Copy link
Contributor

@imabhichow imabhichow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome !

@imabhichow imabhichow merged commit ee61abd into main Jan 27, 2023
aws-crypto-tools-ci-bot pushed a commit that referenced this pull request Feb 18, 2023
## 1.0.0 (2023-02-18)

### Features

* Adds Async client, starting with DeleteObject(s) ([#54](#54)) ([c7120e1](c7120e1))
* Adds CBC stream decryption ([#25](#25)) ([9970104](9970104))
* Configurable SecureRandom ([#40](#40)) ([90cab2d](90cab2d))
* implement AES-GCM streaming ([#45](#45)) ([d0bcd38](d0bcd38))
* implement CBC decryption in async getObject ([#59](#59)) ([4fd2fa8](4fd2fa8))
* implement getObject async ([#56](#56)) ([b9834ce](b9834ce))
* implement putObject in Async client  ([#57](#57)) ([f233d72](f233d72))
* Implement Ranged-Get ([#31](#31)) ([65331fb](65331fb))
* Introduce delayed authentication ([#23](#23)) ([b8eedac](b8eedac))
* multi-part putObject ([#53](#53)) ([281f383](281f383))
* Multipart Upload ([#43](#43)) ([7e42811](7e42811))

### Maintenance

* Create workflow to release S3EC to Github ([#52](#52)) ([ef8effb](ef8effb))

### Fixes

* add instruction file support in getObject async ([#69](#69)) ([ee61abd](ee61abd))
* address some edge cases to fix async CBC ranged gets ([#70](#70)) ([1da1cae](1da1cae))
* Guard against using another S3EC as wrappedClient ([#36](#36)) ([30cf9b1](30cf9b1))
aws-crypto-tools-ci-bot pushed a commit that referenced this pull request Feb 20, 2023
## 1.0.0 (2023-02-20)

### Features

* Adds Async client, starting with DeleteObject(s) ([#54](#54)) ([c7120e1](c7120e1))
* Adds CBC stream decryption ([#25](#25)) ([9970104](9970104))
* Configurable SecureRandom ([#40](#40)) ([90cab2d](90cab2d))
* implement AES-GCM streaming ([#45](#45)) ([d0bcd38](d0bcd38))
* implement CBC decryption in async getObject ([#59](#59)) ([4fd2fa8](4fd2fa8))
* implement getObject async ([#56](#56)) ([b9834ce](b9834ce))
* implement putObject in Async client  ([#57](#57)) ([f233d72](f233d72))
* Implement Ranged-Get ([#31](#31)) ([65331fb](65331fb))
* Introduce delayed authentication ([#23](#23)) ([b8eedac](b8eedac))
* multi-part putObject ([#53](#53)) ([281f383](281f383))
* Multipart Upload ([#43](#43)) ([7e42811](7e42811))

### Maintenance

* Create workflow to release S3EC to Github ([#52](#52)) ([ef8effb](ef8effb))

### Fixes

* add instruction file support in getObject async ([#69](#69)) ([ee61abd](ee61abd))
* address some edge cases to fix async CBC ranged gets ([#70](#70)) ([1da1cae](1da1cae))
* Guard against using another S3EC as wrappedClient ([#36](#36)) ([30cf9b1](30cf9b1))
@imabhichow imabhichow deleted the instruction-get-async branch February 29, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants