Parameter
Last updated on
16 May 2021
|
Also applies to ColdFusion
Description
Returns the metadata related to the object or bucket.
Returns
Object metadata or bucket metadata
Syntax
StoreGetMetadata(url)
Parameters
|
Description |
url |
Amazon S3 URLs (bucket or object). |
See also
StoreSetMetadata, Optimizing ColdFusion applications
History
ColdFusion 9 Update 1: Added this function
Example
<cfdump var = #StoreGetMetadata("bucket_Name")#>