MiGrid workspace where master branch is kept strictly in sync with SF upstream svn repo. Any development or experiments should use a branch. You probably want to fork your own clone or work e.g. on the edge branch if you wish to contribute.
GNU General Public License v2.0
4
stars
4
forks
source link
Expose storage_protocols in generateconfs and adjust for polished cat.py error message #133
Expose storage_protocols configuration in generateconfs and allow AUTO value for it and for duplicati_protocols to select best enabled services. Relies on a new shared protocol_aliases helper to translate raw protocol names to the user-friendly names.
Adjust cat.py error message for exceeded output byte limit associated with issue #119 to use those names instead.
Expose
storage_protocols
configuration ingenerateconfs
and allowAUTO
value for it and forduplicati_protocols
to select best enabled services. Relies on a new shared protocol_aliases helper to translate raw protocol names to the user-friendly names. Adjustcat.py
error message for exceeded output byte limit associated with issue #119 to use those names instead.