Data Connectors
S3 Connector
Retrieve data from S3
Connect to an existing Azure Blob Storage and pull any data stored. To connect Azure Blob Storage you will need your credentials to access the resource including the connection string and container name you want to access.
Properties
Required properties:
aws_key_id
: AWS key ID with permission to S3 instanceaws_access_key
: AWS access key with permission to S3 instancebucket_name
: Name of bucket for data extraction
Optional properties:
prefix
: File prefix to filter on
Available metadata
key
: Key / name of the file in S3last_modified
: Time of last modificationmetadata
: Attached metadata to the file.
Compatible loaders:
- AutoLoader
- HTMLLoader
- MarkdownLoader
- NeumCSVLoader
- NeumJSONLoader
- PDFLoader
Usage
Was this page helpful?