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:24] – [1. Cloud S3 Endpoint] jims3compatibleapi [2021_05_11 19:19] – [API Implementation] steven
Line 30: Line 30:
 ### 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 uses 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.