-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(gate): use stream during artifact upload to s3 (#841)
<!-- Pull requests are squashed and merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog. --> <!-- 1. Explain WHAT the change is about --> - <!-- 2. Explain WHY the change cannot be made simpler --> - <!-- 3. Explain HOW users should update their code --> #### Migration notes ... - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change
- Loading branch information
Showing
8 changed files
with
463 additions
and
236 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,9 @@ | |
"@std/path": "jsr:@std/path@^1.0.2", | ||
"@std/path/": "jsr:/@std/path@^1.0.2/", | ||
"@std/uuid": "jsr:@std/uuid@^1.0.1", | ||
"aws-sdk/client-s3": "https://esm.sh/@aws-sdk/[email protected]?pin=v131", | ||
"aws-sdk/s3-request-presigner": "https://esm.sh/@aws-sdk/[email protected]?pin=v131", | ||
"aws-sdk/client-s3": "https://esm.sh/@aws-sdk/[email protected]?pin=v135", | ||
"aws-sdk/lib-storage": "https://esm.sh/@aws-sdk/[email protected]?pin=v135", | ||
"aws-sdk/s3-request-presigner": "https://esm.sh/@aws-sdk/[email protected]?pin=v135", | ||
"dispose": "https://deno.land/x/[email protected]/mod.ts", | ||
"graphql": "npm:[email protected]", | ||
"jwt": "https://deno.land/x/[email protected]/mod.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters