NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Bucket Output Object (Get-S3 Cmdlet)

Returned for each bucket during a list bucket operation.

Syntax

Object Bucket {
   string Name;
   string CreationDate;
   string OwnerId;
   string OwnerName;
   string OtherData;
}

Remarks

This object is returned for each bucket when a list bucket operation is triggered. It allows you to inspect properties of a bucket like its name, creation date, owner id and owner name. "Other Data" is reserved for future use.

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