stevegomez17 requested changes on this pull request.
Should be use ICANN ACESS POLICY
> @@ -36,29 +38,50 @@
/**
* Owner gets FULL_CONTROL. No one else has access rights (default).
*/
- PRIVATE("private"),
“PRIVATE”
> /**
* Owner gets FULL_CONTROL and the anonymous identity is granted READ
* access. If this policy is used on an object, it can be read from a
* browser with no authentication.
*/
- PUBLIC_READ("public-read"),
“PUBLIC _READ”
> /**
* Owner gets FULL_CONTROL and the anonymous identity is granted READ
* access. If this policy is used on an object, it can be read from a
* browser with no authentication.
*/
- PUBLIC_READ("public-read"),
+ PUBLIC_READ,
/**
* Owner gets FULL_CONTROL, the anonymous identity is granted READ and
* WRITE access. This can be a useful policy to apply to a bucket, but is
* generally not recommended.
*/
PUBLIC_READ
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1167#pullrequestreview-86854328