Currently if we enable uploading and attaching files to a biblio, we only have the option to store the locally on the file system. More and more Koha are being hosted in the "cloud" we should allow people to use the object storage offerings to store their uploaded files. This bug will add support for Openstack Swift, and Amazon S3 only, and only for files attached to biblios. However the code should be able to be used for book covers etc in the future if someone wants to add that feature
Actually I will make it work with tools/upload.pl but to start with only when called by the cataloguing plugin. It should be very simple for others to extend it
Created attachment 69706 [details] [review] Bug 19795 : Add sysprefs (only Swift so far, S3 to come)
Created attachment 69707 [details] [review] Bug 19795 Have it so you can upload files, and they are stored in swift Not ready for use in production yet