mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
That function was needlessly complex. Instead of relying on a struct and a sub-struct, it now just takes two string params: a path and a bucket name. Libnetwork config is now initialized with default values. A new struct is introduced in libnetwork/config to let tests customize the path and bucket name. Signed-off-by: Albin Kerouanton <albinker@gmail.com>