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:25] – [Choosing Buckets] stevencloudproviders/s3compatible [2020_03_23 17:25] – [S3 Compatible APIs] steven
Line 27: Line 27:
  
 Any buckets you choose not to index / sync will not be visible within the File Fabric. You would need to go back to the Open S3 settings from the Dashboard to add them to your account. This is also the case with any new buckets you add directly from the S3 compatible provider. Any buckets you choose not to index / sync will not be visible within the File Fabric. You would need to go back to the Open S3 settings from the Dashboard to add them to your account. This is also the case with any new buckets you add directly from the S3 compatible provider.
 +
 +Once buckets have been selected the File Fabric creates a background task to index all the metadata, or if you have selected it, the content for indexing. This may take several minutes, or longer if you have millions of files.
  
 %%**%% The default bucket is used for interactions with [[http://storagemadeeasy.com/wiki/top5things/#step2|Smart folders]]. %%**%% The default bucket is used for interactions with [[http://storagemadeeasy.com/wiki/top5things/#step2|Smart folders]].
Line 35: 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 
 + 
 +* **Cloud Refresh Mode** - Determines whether folders are refreshed on demand using real-time refresh. Use this option when objects may be changed outside of the File Fabric.  
 + 
 +* **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.
  
-1. Foreground - this uses the browser to do the meta-sync and if the browser hangs or you exit it will stop. If you have a small amount of flies (under a few thousand) then this is a fairly quick option.+### Synchronisation
  
-2. Background - this is run as a scheduled Cloud task and will commence within a minute. You will be taken to a page where again you can monitor progress but if you exit the browser the meta sync will continue.+Choose **Synchronize files** to refresh File Fabric metadata after changes have been made to the storage outside of File Fabric.
  
  
Line 75: Line 93:
 ### S3 Compatible APIs ### S3 Compatible APIs
  
-The connector uses the following operations:+The connector uses the following S3 operations:
  
  * ListBuckets  * ListBuckets
Line 84: Line 102:
  * HeadObject  * HeadObject
  * PutObject  * PutObject
- * GetObject + * GetObject (including range reads) 
- * CopyObject+ * CopyObject (including x-amz-copy-source)
  * DeleteObject  * DeleteObject
  * CreateMultipartUpload  * CreateMultipartUpload