AWS S3
A BDK Book containing automation procedures for AWS S3.
Overview
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.
Prerequisites
Learning the S3 (BDK)
Connectivity
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
Procedures
The following procedures are available in this Book:
Copy Item To a Folder: Copy an item to a folder.
Create Folder In Another Folder: Create a folder in another folder.
Delete Item: Delete an item (file or folder).
Download a File: Download a file.
Get Folder At a Path: Retrieves a folder at an AWS S3 path.
Get Root folder From a Bucket: Retrieves a root folder from an AWS S3 bucket.
Get Buckets From S3: Get a list of buckets.
Get a Folder's Items: Lists items from a folder in AWS S3.
Move Item To a Folder: Move an item to a folder.
Rename Item: Changes the name of an existing S3 object (file or folder).
Upload File To a Folder: Upload a file to a folder in AWS S3.
Last updated
Was this helpful?