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

fix: type fix for s3-file-service #394

Merged
merged 1 commit into from
Oct 24, 2023
Merged

fix: type fix for s3-file-service #394

merged 1 commit into from
Oct 24, 2023

Conversation

ludtkemorgan
Copy link
Collaborator

The latest release of @AWS-SDK makes a typing change that breaks a place in our code. Specifically this commit: aws/aws-sdk-js-v3@7d31222 changes the type from StorageClass?: StorageClass | string; to StorageClass?: StorageClass;

Due to the way Doorway is getting built for Docker it doesn't always grab the same version of dependencies that we expect. I plan on solving some of these issues with the improvements to the Doorway pipeline. But in the meantime here is a fix for this immediate issue to allow us the ability to release.

Copy link
Collaborator

@ColinBuyck ColinBuyck left a comment

Choose a reason for hiding this comment

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

LGTM 🧰

@ColinBuyck ColinBuyck added ready to merge Should be applied when a PR has been reviewed and approved and removed 1 review needed labels Oct 24, 2023
@ludtkemorgan ludtkemorgan merged commit 595af4e into main Oct 24, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Should be applied when a PR has been reviewed and approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants