Parameter
Última actualización el
3 may 2021
|
También se aplica a 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")#>