在AWS云端,对于私人内容交付,有两种选择:
在他们定义的语句中的自定义策略中:
{
"Statement": [
{
"Resource":"URL or stream name of the object",
"Condition":{
"DateLessThan":{"AWS:EpochTime":required ending date and time in Unix time format and UTC},
"DateGreaterThan":{"AWS:EpochTime":optional beginning date and time in Unix time format and UTC},
"IpAddress":{"AWS:SourceIp":"optional IP address"}
}
}
]
}
在这种情况下,他们只讨论3种类型的条件设置。
我的问题是 - 这里有自定义政策吗?比如传递一个字符串标记并验证该标记是否是?
答案 0 :(得分:2)
我的问题是 - 这里有自定义政策吗?说传递一个字符串 令牌并验证该令牌是否为?
目前无法实现。根据{{3}},策略中只允许使用以下字段(因为这不是IAM策略)