|
26 | 26 | "pollingTrigger": {
|
27 | 27 | "title": "Get New and Updated S3 Objects",
|
28 | 28 | "type": "polling",
|
29 |
| - "description": "Get New and Updated S3 Objects by provided time limits", |
| 29 | + "help": { |
| 30 | + "description": "Get New and Updated S3 Objects by provided time limits", |
| 31 | + "link": "/components/aws-s3/index.html#get-new-and-updated-s3-objects" |
| 32 | + }, |
30 | 33 | "main": "./lib/triggers/pollingTrigger.js",
|
31 | 34 | "fields": {
|
32 | 35 | "bucketName": {
|
|
105 | 108 | "actions": {
|
106 | 109 | "streamToFile": {
|
107 | 110 | "title": "Write file",
|
108 |
| - "description": "Put stream as file into S3 bucket", |
| 111 | + "help": { |
| 112 | + "description": "Put stream as file into S3 bucket", |
| 113 | + "link": "/components/aws-s3/index.html#write-file" |
| 114 | + }, |
109 | 115 | "main": "./lib/actions/streamToFile.js",
|
110 | 116 | "fields": {
|
111 | 117 | "bucketName": {
|
|
156 | 162 | },
|
157 | 163 | "readFile": {
|
158 | 164 | "title": "Read file",
|
159 |
| - "description": "Read file from S3 bucket", |
| 165 | + "help": { |
| 166 | + "description": "Read file from S3 bucket", |
| 167 | + "link": "/components/aws-s3/index.html#read-file" |
| 168 | + }, |
160 | 169 | "main": "./lib/actions/readFile.js",
|
161 | 170 | "fields": {
|
162 | 171 | "bucketName": {
|
|
195 | 204 | },
|
196 | 205 | "getAllFilesInBucket": {
|
197 | 206 | "title": "Get filenames",
|
198 |
| - "description": "Emit individually all filenames from S3 bucket", |
| 207 | + "help": { |
| 208 | + "description": "Emit individually all filenames from S3 bucket", |
| 209 | + "link": "/components/aws-s3/index.html#get-filenames" |
| 210 | + }, |
199 | 211 | "main": "./lib/actions/getAllFilesInBucket.js",
|
200 | 212 | "fields": {
|
201 | 213 | "bucketName": {
|
|
230 | 242 | },
|
231 | 243 | "deleteFile": {
|
232 | 244 | "title": "Delete file",
|
233 |
| - "description": "Delete file from S3 bucket", |
| 245 | + "help": { |
| 246 | + "description": "Delete file from S3 bucket", |
| 247 | + "link": "/components/aws-s3/index.html#delete-file" |
| 248 | + }, |
234 | 249 | "main": "./lib/actions/deleteObject.js",
|
235 | 250 | "fields": {
|
236 | 251 | "bucketName": {
|
|
269 | 284 | },
|
270 | 285 | "renameFile": {
|
271 | 286 | "title": "Rename file",
|
272 |
| - "description": "Rename file in S3 bucket", |
| 287 | + "help": { |
| 288 | + "description": "Rename file in S3 bucket", |
| 289 | + "link": "/components/aws-s3/index.html#rename-file" |
| 290 | + }, |
273 | 291 | "main": "./lib/actions/renameObject.js",
|
274 | 292 | "metadata": {
|
275 | 293 | "in": {
|
|
334 | 352 | "streamToCsv": {
|
335 | 353 | "deprecated": true,
|
336 | 354 | "title": "Stream to CSV",
|
337 |
| - "description": "Action is deprecated. Use 'Write file' action instead", |
| 355 | + "help": { |
| 356 | + "description": "Action is deprecated. Use 'Write file' action instead", |
| 357 | + "link": "/components/aws-s3/index.html#stream-to-csv" |
| 358 | + }, |
338 | 359 | "main": "./lib/actions/streamToCsv.js",
|
339 | 360 | "fields": {
|
340 | 361 | "bucketName": {
|
|
0 commit comments