Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
s3compatibleapi [2019_05_07 14:21] – [Client Configuration] jims3compatibleapi [2021_05_11 19:22] – [API Implementation] steven
Line 17: Line 17:
 ### 1. Cloud S3 Endpoint ### 1. Cloud S3 Endpoint
  
-For our SaaS services use one of the following S3 API endpoints:+For the SaaS hosted service it is required to use one of the following S3 API endpoints:
  
  * http://s3.storagemadeeasy.com (US Server)  * http://s3.storagemadeeasy.com (US Server)
Line 26: Line 26:
 Naturally http endpoints are not secure and should not be used for production data. Naturally http endpoints are not secure and should not be used for production data.
  
-For appliances contact your administrator for the "Cloud S3 Domain Name".+For the enterprise on-premises version of the product the S3 access nomenclature is set through the ConfigServer.
  
 ### 2. Access Key ID ### 2. Access Key ID
  
-The Access Key ID is your SME or File Fabric username.+The Access Key ID is the SME or File Fabric username.
  
 ### 3. Secret Access Key  ### 3. Secret Access Key 
Line 47: Line 47:
 ## API Implementation ## API Implementation
  
-SME supports the following Amazon S3 API Requests:+The File Fabric implements the following Amazon S3 operations:
  
  * **[[http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUT.html|PUT request]]** to create a bucket   * **[[http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUT.html|PUT request]]** to create a bucket 
Line 59: Line 59:
  * **[[http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html|HEAD]]** to get object metadata  * **[[http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html|HEAD]]** to get object metadata
  
 +## S3 Signatures Supported
  
 +The S3 API supports V2 and V4 signatures. Which one is used is dependent on the client request.