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:12] stevens3compatibleapi [2018_08_28 01:18] steven
Line 39: Line 39:
  
  * [[https://aws.amazon.com/cli/|awscli]] - Allowing command line access to cloud files  * [[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]]
  * [[standalone/explorer|]] - Desktop applications for users to easily access S3-compatible and other object storage  * [[standalone/explorer|]] - Desktop applications for users to easily access S3-compatible and other object storage
  * CloudBerry  * CloudBerry
  * Cyberduck  * Cyberduck
  
-## Restrictions 
- 
-SME S3 API does not support multi-part upload. 
- 
-Certain S3 client tools may need you to change a setting to turn off multi-part upload. 
- 
-For example you need to do this with Cyberduck.Multipart uploads can be disabled by setting the hidden option s3.upload.multipart to false..   See https://trac.cyberduck.ch/wiki/help/en/howto/s3 for further information. 
  
 ## Implementation ## Implementation
Line 65: Line 62:
  * **[[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]]