NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

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;
   string OtherData;
}

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. The "OtherData" is reserved for future use. Please refer to Amazon S3 documentation for further details.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]