パラメーター
最終更新日 :
2021年4月28日
|
次にも適用 : ColdFusion
説明
バケットまたはオブジェクトのメタデータを設定します。
戻り値
なし
シンタックス
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