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
Source code: https://github.com/FrendsPlatform/Frends.AmazonS3/tree/main/Frends.AmazonS3.ListObjectVersions
Task Parameters
BucketName : String
The name of the S3 bucket to list object versions from.
Default: -
Example: my-s3-bucket
🗝AwsAccessKeyId : String
AWS Access Key ID used for authentication with AWS services.
Default: -
Example: AKIAQWERTY7NJ5Q7NZ6Q
🗝AwsSecretAccessKey : String
AWS Secret Access Key used for authentication with AWS services.
Default: -
Example: TVh5hgd3uGY/2CqH+Kkrrg3dadbXLsYe0jC3h+WD
Region : Region
AWS Region where the S3 bucket is located.
Possible values:
AfSouth1: AWS Region where the S3 bucket is located.ApEast1: AWS Region where the S3 bucket is located.ApNortheast1: AWS Region where the S3 bucket is located.ApNortheast2: AWS Region where the S3 bucket is located.ApNortheast3: AWS Region where the S3 bucket is located.ApSouth1: AWS Region where the S3 bucket is located.ApSoutheast1: AWS Region where the S3 bucket is located.ApSoutheast2: AWS Region where the S3 bucket is located.CaCentral1: AWS Region where the S3 bucket is located.CnNorth1: AWS Region where the S3 bucket is located.CnNorthWest1: AWS Region where the S3 bucket is located.EuCentral1: AWS Region where the S3 bucket is located.EuNorth1: AWS Region where the S3 bucket is located.EuSouth1: AWS Region where the S3 bucket is located.EuWest1: AWS Region where the S3 bucket is located.EuWest2: AWS Region where the S3 bucket is located.EuWest3: AWS Region where the S3 bucket is located.MeSouth1: AWS Region where the S3 bucket is located.SaEast1: AWS Region where the S3 bucket is located.UsEast1: AWS Region where the S3 bucket is located.UsEast2: AWS Region where the S3 bucket is located.UsWest1: AWS Region where the S3 bucket is located.UsWest2: AWS Region where the S3 bucket is located.
Default: -
Example: EuCentral1
Prefix : String
Limits the response to keys that begin with the specified prefix.
Default: -
Example: bucket/object1/object2
MaxKeys : Int32
Sets the maximum number of keys returned in one response.
The response might contain fewer keys but will never contain more than this value.
Multiple responses will be merged into one result.
Default: 1000
Example: 1000
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure.
Default: True
Example: true
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Custom error message
Task Result
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?

