ObjectPrefix Property
A prefix for the object(s).
Object Oriented Interface
public function getObjectPrefix(); public function setObjectPrefix($value);
Procedural Interface
incloudstorage_amazons3_get($res, 27 ); incloudstorage_amazons3_set($res, 27, $value );
Default Value
''
Remarks
Used by the ListObjects method to filter the object list. This can be set to a prefix for the objects to be returned within the specified Bucket.
This is provided by Amazon to group objects by name together similar to the use of subfolders on a file system.
Data Type
String