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 [2018_08_28 01:17] – [Restrictions] removed MPU restrictions stevens3compatibleapi [2018_08_28 09:56] dan
Line 34: Line 34:
 You can obtain the API secret key by logging into the File Fabric going to **My Account** from the sidebar and copying the key from where it says **API secret key**. You can obtain the API secret key by logging into the File Fabric going to **My Account** from the sidebar and copying the key from where it says **API secret key**.
  
-## Usefulness+## Use With a Variety of S3 Clients
  
-It can be used by may tools including:+The File Fabric's S3 interface can be used with almost any S3-compatible tool including Storage Made Easy's S3 Cloud Explorer and AWS' command line iterface (AWS CLI).  Here are links to some information about those tools: 
 +  * [[standalone/explorer|]] - SME desktop application for users to easily access S3-compatible and other object storage 
 +  * [[https://aws.amazon.com/cli/|awscli]] - Allowing command line access to cloud files 
 +  * [[https://blog.storagemadeeasy.com/the-comprehensive-guide-to-installing-aws-cli-on-windows-mac-or-linux/|The Comprehensive Guide to Installing AWS CLI on Windows, Mac or Linux]] 
 +  * [[https://blog.storagemadeeasy.com/simplifying-aws-s3-cli-usage-with-aliases/|Simplifying AWS S3 CLI Usage with Aliases]] 
 +  * [[https://blog.storagemadeeasy.com/how-to-use-the-aws-cli-with-almost-any-storage/|How to use the AWS CLI with almost any Storage]]
  
- * [[https://aws.amazon.com/cli/|awscli]] - Allowing command line access to cloud files +## API Implementation
- * [[standalone/explorer|]] - Desktop applications for users to easily access S3-compatible and other object storage +
- * CloudBerry +
- * Cyberduck +
- +
- +
-## Implementation+
  
 SME supports the following Amazon S3 API Requests: SME supports the following Amazon S3 API Requests:
Line 58: Line 57:
  * **[[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
  
-##  More Information on the AWS CLI 
  
- * [[https://blog.storagemadeeasy.com/the-comprehensive-guide-to-installing-aws-cli-on-windows-mac-or-linux/|The Comprehensive Guide to Installing AWS CLI on Windows, Mac or Linux]] 
- * [[https://blog.storagemadeeasy.com/simplifying-aws-s3-cli-usage-with-aliases/|Simplifying AWS S3 CLI Usage with Aliases]] 
- * [[https://blog.storagemadeeasy.com/how-to-use-the-aws-cli-with-almost-any-storage/|How to use the AWS CLI with almost any Storage]]