StoreSetMetadata

説明
バケットまたはオブジェクトのメタデータを設定します。

戻り値
なし

シンタックス

StoreSetMetadata(url,Struct)

パラメーター

パラメーター

説明

url

Amazon S3 の URL(バケットまたはオブジェクト)です。

構造体

メタデータを表します。メタデータの標準キーの一覧については、このページの標準キーを参照してください。また、標準のメタデータとは別に、カスタムメタデータを作成することもできます。

履歴
ColdFusion 9 アップデート 1: この関数が追加されました。

<cfscript> 
    mydate = #Now()#; 
    hello = structNew(); 
    hello.color = "grey"; 
</cfscript> 
 
<cfset dir = "s3://mycfbucket"> 
<cffile action="write" file="#dir#/hello5.txt" output="Sample s3 text"> 
 
<cfset StoreSetMetadata("#dir#/hello5.txt","#hello#")> 
<cfset test = StoreGetMetadata("#dir#/hello5.txt")> 
 
<cfdump var="#test#">

標準キー

メタデータの標準キーは、次のとおりです。

オブジェクト用:

  • last_modified
  • date
  • owner
  • etag
  • content_length
  • content_type
  • content_encoding
  • content_disposition
  • content_language
  • content_md5
  • md5_hash

バケット用:

  • date
  • owner

ヘルプをすばやく簡単に入手

新規ユーザーの場合

Adobe MAX 2025

Adobe MAX Japan
クリエイターの祭典

2025 年 2 月 13 日
東京ビッグサイト