Jump to: navigation, search

Difference between revisions of "Swift/APIFeatureComparison"

 
(Replaced content with "replace with a link to the output of https://review.openstack.org/#/c/504281/")
 
(37 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
+
replace with a link to the output of https://review.openstack.org/#/c/504281/
 
 
= S3/Swift REST API Comparison Matrix =
 
 
 
This page attempts to enumerate how [[OpenStack]], Eucalyptus and [[CloudStack]] compare in regards to AWS S3 REST API support.  Corrections/contributions welcome.
 
 
 
== General S3 REST API Support ==
 
 
 
{| border="1" cellpadding="2" cellspacing="0"
 
|  Feature                           
 
|  Eucalyptus
 
|  [[OpenStack]]
 
|-
 
|  List Bucket Objects               
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket ACLs                       
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Lifecycle                   
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Policy                     
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Location                   
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Logging                     
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Notification               
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Object Versions             
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Request Payment             
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Versioning                 
 
|  (./)     
 
|  (./)     
 
|-
 
|  Bucket Website                     
 
|  (./)     
 
|  (./)     
 
|}
 
 
 
== Amazon S3 REST API Compatability ==
 
Amazon S3 Bucket operations are referenced [http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketOps.html here]
 
{| border="1" cellpadding="2" cellspacing="0"
 
|  S3 REST API method                 
 
|  Eucalyptus
 
|  [[OpenStack]]
 
|-
 
|  DELETE Bucket                     
 
|  (./)     
 
|  (./)     
 
|}
 
 
 
----
 
[[Category:Swift]]
 

Latest revision as of 23:10, 14 September 2017

replace with a link to the output of https://review.openstack.org/#/c/504281/