-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
28 lines (20 loc) · 1.09 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2017-09-17 Kirit Saelensminde <kirit@felspar.com>
Removed use of `boost::function`.
2015-11-20 Kirit Saelensminde <kirit@felspar.com>
Removed use of deprecated Fost APIs.
2015-05-10 Kirit Saelensminde <kirit@felspar.com>
Remove explicit types to get rid of auto_ptr uses.
2014-06-03 Kirit Saelensminde <kirit@felspar.com>
Add an API for fetching a resource from S3/Swift that is then turned into a string for internal processing.
2014-06-02 Kirit Saelensminde <kirit@felspar.com>
Refactor the put method so that it's possible to send in-memory data.
Fixed a bug in the authentication when there are sub-values on the Content-Type header.
2014-03-07 Kirit Saelensminde <kirit@felspar.com>
Added s3get to fetch files and refactored the s3put command to move the logic of where the upload decision happens.
2014-02-24 Kirit Saelensminde <kirit@felspar.com>
The account to use can now be passed to s3put with -a.
2014-02-23 Kirit Saelensminde <kirit@felspar.com>
Added support for Swift as well as S3.
2010-03-22 Kirit Saelensminde <kirit@felspar.com>
ChangeLog
- Added ChangeLog