S3

[sdk/AWS/S3]


Core interface to aws-s3. Use higher level nodes to interact with aws-s3.


Keywords: aws, bucket, s3

Input ports

  • action:

    {"sessionid": number, "type": "auth", "options": {string: any}}

    Receives the parameters of the action to execute. Example: { "id": "aws-s3", "type": "auth", "options": { "accessKeyId": "ACCESS_KEY_ID", "secretAccessKey": "SECRET_ACCES:KEY" } }

Output ports

  • done: any

  • error: {"error": string}

Dependencies

(by compilation target and repository)

  • es6-node:

    • npm:

      • aws-sdk

Last updated