S3List Output Object (Get-S3 Cmdlet)

Fired for every object during a list object operation.

Syntax

Object S3List {
   string Name;
   long Size;
   string LastModified;
   string Owner;
   string OwnerId;
   string ETag;
}

Remarks

The bucket name is specified by the Bucket parameter. This object can be used to inspect the details of existing objects. It provides information such as its name, creation date, size, etag, owner id and owner name. Please refer to Amazon S3 documentation for further details.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]