For the complete documentation index, see llms.txt. This page is also available as Markdown.

ListObjectVersions

Task to get metadata about all versions of the objects in a bucket

Task version: 1.1.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

BucketName : String

The name of the S3 bucket to list object versions from.

Default: - Example: my-s3-bucket

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

Objects : List<BucketObjectVersions>

List of objects retrieved from the S3 bucket. Empty list if operation failed. Example: [{}, {}]

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.AmazonS3.ListObjectVersions.

[1.1.0] - 2026-02-23

Fixed

  • Ensure FrendsTaskMetadata.json is included in NuGet package

[1.0.0] - 2026-02-04

Added

  • Initial implementation

Last updated

Was this helpful?