A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python.langchain.com/docs/integrations/document_loaders/aws_s3_file/ below:

AWS S3 File | 🦜️🔗 LangChain

AWS S3 File

Amazon Simple Storage Service (Amazon S3) is an object storage service.

AWS S3 Buckets

This covers how to load document objects from an AWS S3 File object.

from langchain_community.document_loaders import S3FileLoader
%pip install --upgrade --quiet  boto3
loader = S3FileLoader("testing-hwc", "fake.docx")
[Document(page_content='Lorem ipsum dolor sit amet.', lookup_str='', metadata={'source': 's3://testing-hwc/fake.docx'}, lookup_index=0)]
Configuring the AWS Boto3 client

You can configure the AWS Boto3 client by passing named arguments when creating the S3DirectoryLoader. This is useful for instance when AWS credentials can't be set as environment variables. See the list of parameters that can be configured.

loader = S3FileLoader(
"testing-hwc", "fake.docx", aws_access_key_id="xxxx", aws_secret_access_key="yyyy"
)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4