You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: micro-s3/readme.md
+22-19Lines changed: 22 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,25 @@ This adds a facility to use AmazonS3Client. The following APIs are provided
14
14
15
15
See also [micro-async-data-writer](https://github.com/aol/micro-server/tree/master/micro-async-data-writer) and [micro-async-data-loader](https://github.com/aol/micro-server/tree/master/micro-async-data-loader) for automated management of writing versioned data and loading versioned data from S3 (or couchbase via micro-couchbase), that builds on this plugin.
Manifest comparison stores a manifest along with each value. The manifest contains the version for the value, if the version has changed, the latest verson of the value will be loaded.
@@ -134,7 +153,7 @@ e.g.
134
153
135
154
```
136
155
137
-
## DistributedMap
156
+
## DistributedMap
138
157
139
158
Configure the S3 to be used by the DistributedMap with the following property
140
159
@@ -158,27 +177,11 @@ Then inject in either DistributedMap or it's concrete implementation S3Distribu
0 commit comments