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
cloudproviders/s3compatible [2020_03_20 20:29] – [Choosing Buckets] stevencloudproviders/s3compatible [2020_03_23 17:25] – [S3 Compatible APIs] steven
Line 37: Line 37:
 {{ :cloudproviders:s3compatible:provider_sync_page.png?nolink |}} {{ :cloudproviders:s3compatible:provider_sync_page.png?nolink |}}
  
-You can choose to sync in the background or just to start synchronisation right there in the browser. The differences of each are:+### Provider Options
  
-1. Foreground this uses the browser to do the meta-sync and if the browser hangs or you exit it will stopIf you have a small amount of flies (under a few thousand) then this is a fairly quick option.+* **Cloud Refresh Mode** Determines whether folders are refreshed on demand using real-time refreshUse this option when objects may be changed outside of the File Fabric
  
-2Background this is run as a scheduled Cloud task and will commence within a minuteYou will be taken to a page where again you can monitor progress but if you exit the browser the meta sync will continue.+* **Use Server Side Encryption for Upload** - Enables SSE if supported by the provider. 
 + 
 +* **Use Basic Encoding** Enable if requested by support 
 + 
 +* **Use multipart upload** - Uses Multipart Upload APIs for large files for reliability and performance. 
 + 
 +* **Multipart upload size (MB)** - Files larger than this will be uploaded using Multipart Upload APIS. Default minimum is 4096 MB. 
 + 
 +* **API Signature Version** - Choose Version 2 or Version 4. 
 + 
 +* **Allow direct upload in client apps** - Allows clients to upload to the storage  provider using pre-signed URLs. The provider endpoint must be accessible by the client device. 
 + 
 +* **Support Trash** - Older versions of files that are deleted (or updated depending on policy) are moved to trash rather than being deleted. 
 + 
 +### Synchronisation 
 + 
 +Choose **Synchronize files** to refresh File Fabric metadata after changes have been made to the storage outside of File Fabric.
  
  
Line 77: Line 93:
 ### S3 Compatible APIs ### S3 Compatible APIs
  
-The connector uses the following operations:+The connector uses the following S3 operations:
  
  * ListBuckets  * ListBuckets
Line 86: Line 102:
  * HeadObject  * HeadObject
  * PutObject  * PutObject
- * GetObject + * GetObject (including range reads) 
- * CopyObject+ * CopyObject (including x-amz-copy-source)
  * DeleteObject  * DeleteObject
  * CreateMultipartUpload  * CreateMultipartUpload