NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

MetaData Parameter (Add-S3 Cmdlet)

Add custom metadata when uploading a file.

Syntax

Add-S3 -MetaData Hashtable

Remarks

This parameter is a hashtable of metadata headers and their associated value. For example, passing @{build="12345"; author="John"} will cause the S3 server to add the following headers to the uploaded file:

x-amz-meta-build: 12345

x-amz-meta-author: John

Default Value

null

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