Gets or sets a security policy describing what is permitted in the request. Requests without security policy are considered anonymous and only work on publicly writable buckets.
as3.converters( [ { //...other params... policy: "", //...other params... } ] })
Type: String
The security policy describing what is permitted in the request.
Default value is "".