Mercurial > hg > orthanc-object-storage
annotate NEWS @ 53:1c3e34f5c5c6
AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 21 May 2021 09:02:53 +0200 |
parents | b40327079244 |
children | 9d03e24dafc1 |
rev | line source |
---|---|
1 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
53
1c3e34f5c5c6
AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager
Alain Mazy <am@osimis.io>
parents:
50
diff
changeset
|
4 * AWS S3: if no access & secret keys are provided, now getting the credentials from the default credentials manager |
50 | 5 |
6 2021-04-26 - v 1.2.0 | |
7 ==================== | |
8 | |
9 * Added "CreateContainerIfNotExists" configuration option in the Azure plugin | |
10 * Support of ReadRange (JSON files are therefore not stored anymore) | |
27
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
11 * Allow compilation of the AWS S3 plugin without vcpkg |
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
12 * Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio) |
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
13 |
e1f52b851827
Added "VirtualAddressing" configuration option in the AWS S3 plugin (for compatibility with minio)
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
20
diff
changeset
|
14 |
20 | 15 2020-09-07 - v 1.1.0 |
16 ==================== | |
17 | |
18 * Added "RootPath" configuration | |
19 | |
20 | |
18
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
21 2020-09-02 - v 1.0.1 |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
22 ==================== |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
23 |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
24 * Internal change: fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup |
44de9edf2443
fix compilation to avoid exposing internal symbols which caused a crash at Orthanc startup
Alain Mazy
parents:
17
diff
changeset
|
25 |
15 | 26 2020-09-01 - v 1.0.0 |
27 ==================== | |
28 | |
29 * BREAKING CHANGE: the "StorageEncryption" configuration section is now a subsection of the "AwsS3Storage" | |
17 | 30 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
15 | 31 * Added "MigrationFromFileSystemEnabled" configuration |
32 * Added "StorageStructure" configuration (flat-legacy) | |
33 | |
34 | |
14 | 35 2020-08-26 - v 0.9.3 |
36 ==================== | |
37 | |
12
a203d0a4fd8f
Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize.
Alain Mazy
parents:
10
diff
changeset
|
38 * Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize. |
a203d0a4fd8f
Azure: now removing spaces and CR at the end of the connectionString since it prevented the plugin to initialize.
Alain Mazy
parents:
10
diff
changeset
|
39 |
10 | 40 2020-07-20 - v 0.9.2 |
41 ==================== | |
42 | |
8 | 43 * Prevent Orthanc to start if plugin fails to start |
44 | |
45 2020-07-15 - v 0.9.1 | |
46 ==================== | |
47 | |
6
393fcf337462
AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout
Alain Mazy
parents:
1
diff
changeset
|
48 * AWS: added 3 configurations: Endpoint, ConnectionTimeout, RequestTimeout |
1 | 49 |
50 2020-07-03 - v 0.9.0 | |
51 ==================== | |
52 | |
53 * Initial release |