Concepts

Concepts used in AWS S3 BDK Book.

S3 folder reference

Represents a reference to a folder in an S3 bucket.

Field Name
Description
Type

bucket_name

The name of the S3 bucket containing the folder.

text

folder_path

The path of the folder within the bucket. Should end with a trailing slash ('/') to indicate it's a folder.

text

parent_path

The path of the parent folder of the folder.

text

name

The name of the folder.

text

e_tag

The ETag of the folder.

text

s3_uri

The S3 URI of the folder.

text

size

The size of the folder in bytes.

number

S3 file reference

Represents a reference to a file in an S3 bucket.

Field Name
Description
Type

bucket_name

The name of the S3 bucket containing the file.

text

file_path

The full path of the file within the bucket, including the file name and extension.

text

parent_path

The path of the parent folder of the file.

text

name

The name of the file.

text

e_tag

The ETag of the file.

text

s3_uri

The S3 URI of the file.

text

size

The size of the file in bytes.

number

S3 bucket

Represents a S3 bucket.

Field Name
Description
Type

name

Name of the S3 Bucket

text

Last updated

Was this helpful?