You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now since we can realize minimum necessary features without (READ|WRITE)_ACP permissions, We will not implement (READ|WRITE)_ACP permissions but implement a READ permission including a READ_ACP, a WRITE permission including WRITE_ACP.
Methods to implement S3ACL
XML in a HTTP body
eXtended HTTP headers
We will select based on which method is used in each S3SDK( if both of them are used, will implement both ).
Language
Used method(s)
Java
HTTP headers
Ruby
Both of them(depends on sdk users)
Since ruby have used both methods, we need to implement both XML in a HTTP body and eXtended HTTP headers
The text was updated successfully, but these errors were encountered:
Implement APIs related to ACL.
For more details
PUT Bucket
, Since SDK users can specify ACLs, we need to modifyPUT Bucket
(READ|WRITE)_ACP
permissions, We will not implement(READ|WRITE)_ACP
permissions but implement aREAD
permission including aREAD_ACP
, aWRITE
permission includingWRITE_ACP
.We will select based on which method is used in each S3SDK( if both of them are used, will implement both ).
Since ruby have used both methods, we need to implement both
XML in a HTTP body
andeXtended HTTP headers
The text was updated successfully, but these errors were encountered: