Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
s3compatibleapi [2018_08_24 23:26] stevens3compatibleapi [2018_08_24 23:29] steven
Line 5: Line 5:
 The S3 API is available on our SaaS services and on the appliance. The S3 API is available on our SaaS services and on the appliance.
  
-It can be used by may tools including: +## Client Configuration
- +
- * [[https://aws.amazon.com/cli/|awscli]] - Allowing command line access to cloud files +
- * [[https://rclone.org/|rclone]] - Useful for migrating lots of data +
- * [[standalone/explorer|]] - Desktop applications for users to easily access S3-compatible and other object storage +
- * CloudBerry +
- * Cyberduck +
- +
-## Authentication+
  
-To use the S3 API you will need an:+To use the S3 API you will need the:
  
- 1. Endpoint+ 1. Cloud S3 Endpoint
  1. Access Key ID  1. Access Key ID
  1. Secret Access Key  1. Secret Access Key
  
-### 1. Endpoint+### 1. Cloud S3 Endpoint
  
 For our SaaS services use one of the following S3 API endpoints: For our SaaS services use one of the following S3 API endpoints:
Line 44: Line 36:
 ## Usefulness ## Usefulness
  
-The S3 API can be useful in a number of scenarios. For example+It can be used by may tools including
-  Building an S3 compatible Cloud but using one or more different Storage implementations to deliver it, using the SMEStorage Cloud Appliance+ 
-  Transitioning from existing S3 use to a different Cloud but without having to change code ieonly changing the endpoint implementation + [[https://aws.amazon.com/cli/|awscli]] - Allowing command line access to cloud files 
-  Using S3 Tools and scripts to work with Clouds other than S3+ [[https://rclone.org/|rclone]] - Useful for migrating lots of data 
 + [[standalone/explorer|]] - Desktop applications for users to easily access S3-compatible and other object storage 
 + * CloudBerry 
 + * Cyberduck
  
 ## Restrictions ## Restrictions