Hi,

AmazonS3Write seems to not accept the metadata set. We are on an older
build as Lucene 4.x performs differently then we use it. In any case, the
code below does not set the proper metadata on a S3 file:

<cfset var x = structNew()>
<cfset x["CacheControl"] = 'public,max-age=86400'>
<cfset x["Expires"] = 'Sat, 29 Nov 2014 23:52:48 UTC'>

<!--- Upload asset --->
<cfset AmazonS3write(
...
metadata=x
)>

Any help appreciated.

Cheers,
Nitai

-- 
See for yourself how easy it is to manage files today. Join the revolution!

Razuna - Hosted Digital Asset Management Solution
http://www.razuna.com/

Razuna - Open Source Digital Asset Management
http://www.razuna.org/

Twitter - http://twitter.com/razunahq
Support Platform - http://help.razuna.com

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to