File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v2.0 (TBD)
2
+
3
+ ** Backwards-incompatible changes:**
4
+ - The configuration format has changed slightly to be more consistent with itself.
5
+ Refer to the README for details. The following things have changed in particular:
6
+ - ` jobs[].from ` becomes ` jobs[].from.url ` (unless it is an object already).
7
+ - ` jobs[].to ` is split into ` jobs[].to.container ` and ` jobs[].to.object_prefix ` .
8
+ - ` jobs[].{ca,cert,key} ` move into ` jobs[].from ` .
9
+
10
+ New features:
11
+ - swift-http-import can now transfer large objects by using the Static Large Object method of Swift. The
12
+ ` jobs[].segmenting ` configuration section must be specified to enable segmenting.
13
+ - When transfering files from a Swift source, swift-http-import will now recognize objects with an expiry timestamp, and
14
+ mirror the expiry timestamp to the target side. The ` jobs[].expiration ` configuration section can be used to control
15
+ this behavior.
16
+
17
+ Bugfixes:
18
+ - Interrupts (SIGTERM and SIGINT) are now ignored less often.
19
+
1
20
# v1.1 (2017-08-21)
2
21
3
22
Changes:
You can’t perform that action at this time.
0 commit comments