AWS S3
A BDK Book containing automation procedures for AWS S3.
Last updated
Was this helpful?
A BDK Book containing automation procedures for AWS S3.
Last updated
Was this helpful?
This Book provides automation procedures for interacting with Amazon Web Services (AWS) Simple Storage Service (S3). Adding this Book to a Kognitos agent empowers it to perform a wide range of S3 operations. Agents equipped with this Book can organize files, transfer data, and retrieve storage information.
The following configuration details are required when learning the AWS S3 Book:
AWS Access Key ID
The AWS Access Key ID for authentication.
AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key
The AWS Secret Access Key for authentication.
wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
AWS Region
The AWS Region where your S3 buckets are located (e.g., us-east-1
).
us-west-2
The following procedures are available in this Book:
: Copy an item to a folder.
: Create a folder in another folder.
: Delete an item (file or folder).
: Download a file.
: Retrieves a folder at an AWS S3 path.
: Retrieves a root folder from an AWS S3 bucket.
: Get a list of buckets.
: Lists items from a folder in AWS S3.
: Move an item to a folder.
: Changes the name of an existing S3 object (file or folder).
: Upload a file to a folder in AWS S3.
Before using the Book’s procedures in an automation, you must learn the Book by adding it to your agent. Follow the steps below to get started.
In the left navigation bar, click on Books.
Click on + New Book.
Search for the Book's name. Click on the version tagged with bdk.
Note: If the Book requires connectivity, you will be prompted to provide configuration details.
Click Add to finish adding your Book.
After learning a Book, publish your agent and create a new Playground. Previously created Playgrounds will not be able to recognize the new Book.