Difference between revisions of "Storage Service 0.12 Release Notes"
Jump to navigation
Jump to search
Line 35: | Line 35: | ||
* Implement new style of Python classes [https://github.com/artefactual/archivematica-storage-service/issues/332 Issue 332] | * Implement new style of Python classes [https://github.com/artefactual/archivematica-storage-service/issues/332 Issue 332] | ||
* Allow lower case input in aip reingest API [https://github.com/artefactual/archivematica-storage-service/issues/325 Issue 325] | * Allow lower case input in aip reingest API [https://github.com/artefactual/archivematica-storage-service/issues/325 Issue 325] | ||
+ | * Pointer file creation causes unnecessary move operation [https://github.com/artefactual/archivematica-storage-service/issues/365 Issue 365] | ||
+ | * Locations can't be created via the API [https://github.com/artefactual/archivematica-storage-service/issues/367 Issue 367] |
Revision as of 13:31, 11 September 2018
Home > Release Notes > Storage Service 0.12 release notes
Released September 12, 2018.
New
Asynchronous processing
Sponsored by Jisc
This is a performance enhancement that decreases the possibility of timeouts by moving packages asynchronously.
Support for S3 Storage
Amazon S3 storage is now supported for AIP storage location.
Changed
Move files directly
Sponsored by Columbia University Library
This is an efficiency enhancement: files are now moved in one step instead of two if both locations are local. Previously, the Storage Service always moved files in two moves.