File tree Expand file tree Collapse file tree 3 files changed +968
-157
lines changed
actions/s3-download-file-to-tmp Expand file tree Collapse file tree 3 files changed +968
-157
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ import { pipeline } from "stream/promises";
22import fs from "fs" ;
33import common from "../../common/common-s3.mjs" ;
44import { toSingleLineString } from "../../common/utils.mjs" ;
5+ import "@aws-sdk/signature-v4-crt" ;
56
67export default {
78 ...common ,
89 key : "aws-s3-download-file-to-tmp" ,
910 name : "S3 - Download File to /tmp" ,
1011 description : toSingleLineString ( `
1112 Downloads a file from S3 to the /tmp directory.
12- [See the docs ](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html)
13+ [See the documentation ](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html)
1314 ` ) ,
14- version : "0.0.1 " ,
15+ version : "0.0.2 " ,
1516 type : "action" ,
1617 props : {
1718 aws : common . props . aws ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/aws" ,
3- "version" : " 0.7.0 " ,
3+ "version" : " 0.7.1 " ,
44 "description" : " Pipedream Aws Components" ,
55 "main" : " aws.app.mjs" ,
66 "keywords" : [
2626 "@aws-sdk/client-ssm" : " ^3.58.0" ,
2727 "@aws-sdk/client-sts" : " ^3.58.0" ,
2828 "@aws-sdk/s3-request-presigner" : " ^3.609.0" ,
29+ "@aws-sdk/signature-v4-crt" : " ^3.731.0" ,
2930 "@pipedream/helper_functions" : " ^0.3.6" ,
3031 "@pipedream/platform" : " ^1.6.3" ,
3132 "adm-zip" : " ^0.5.10" ,
You can’t perform that action at this time.
0 commit comments