S3

Fetch data from an S3 bucket.

Required packages

  • AWS

Parameters

  • bucket: The name of the S3 bucket.
  • object: The name of the object within the bucket.
  • region: The AWS region in which the bucket is located.
  • version: The version of the object to fetch.
  • headers: A dictionary of headers to pass to the request.
  • byte_range: A two-element vector of integers specifying the byte range to fetch.

Usage examples

[[iris.loader]]
driver = "s3"
bucket = "mybucket"
object = "path/to/iris.csv"