Skip to content

AWS S3

S3 Read File

Connect to AWS s3 and read a file

Parameters

  • key: The filename in S3 to read

  • bucket: The bucket name

  • region: the AWS region

  • accessKeyId: Your IAM access key Id

  • secretAccessKey: Your Secret access key


S3 Write File

Connect to AWS s3 and write a file

Parameters

  • data: The data to write

  • key: The filename in S3 to read

  • bucket: The bucket name

  • region: the AWS region

  • accessKeyId: Your IAM access key Id

  • secretAccessKey: Your Secret access key