用于" Expires"的格式是什么?签名网址格式的字段-aws s3?

时间:2016-04-27 06:24:09

标签: unity3d amazon-s3

我正在使用Unity的WWW类从亚马逊服务器下载游戏资产。我正在使用签名的url格式来访问该文件。我想知道什么是使用的日期时间格式"过期"已签名网址的格式在链接http://www.bucketexplorer.com/documentation/amazon-s3--how-to-generate-url-for-amazon-s3-files.html。我尝试使用MMddhhmmyy格式。它对我不起作用。

1 个答案:

答案 0 :(得分:2)

Expires https://mybucket.s3.amazonaws.com/myobject.ext?AWSAccessKeyId =ALSECKCKDKMKC5GUSNFA&Expires=1301234062&Signature=ssmu34aCsECO8%2F6vHDdf9u0TCcU%3D

  

documentation states的日期和时间(以秒为单位)和协调世界时(UTC)

示例网址<?php $con=mysqli_connect("localhost","user","pw","db"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $con->set_charset("utf8"); $result = mysqli_query($con,"SELECT * FROM table"); while($row = mysqli_fetch_array($result)) { $row['RowId'][] = array("Name"=>$row['Name'], "Surname"=>$row['Surname'], "MuEmail"=>$row['MuEmail']); } header('Content-Type: application/json; charset=UTF-8'); echo stripslashes(json_encode($rows)); ?> 因此表示Sun的日期,2011年3月27日13:54:22。