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:

Label
Description
Example

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:

  1. Copy Item To a Folder: Copy an item to a folder.

  2. Create Folder In Another Folder: Create a folder in another folder.

  3. Delete Item: Delete an item (file or folder).

  4. Download a File: Download a file.

  5. Get Folder At a Path: Retrieves a folder at an AWS S3 path.

  6. Get Root folder From a Bucket: Retrieves a root folder from an AWS S3 bucket.

  7. Get Buckets From S3: Get a list of buckets.

  8. Get a Folder's Items: Lists items from a folder in AWS S3.

  9. Move Item To a Folder: Move an item to a folder.

  10. Rename Item: Changes the name of an existing S3 object (file or folder).

  11. Upload File To a Folder: Upload a file to a folder in AWS S3.

Last updated

Was this helpful?