ObjectData Property
The contents of the object returned after calling GetObject , or the data to upload.
Syntax
amazons3control.ObjectData[=string]
Default Value
""
Remarks
When downloading, if the LocalFile is empty, the object data is accumulated in ObjectData. Otherwise, ObjectData returns an empty string.
When uploading data via CreateObject or UploadPart you may specify the data to upload in this property.
To read or write binary data to the property, a Variant (Byte Array) version is provided in .ObjectDataB.
This property is not available at design time.
Data Type
Binary String