nydus
nydus copied to clipboard
【bug】nydusify pack can not save the blob file to the root path of oss bucket
nydus Version: 2.1.0-alpha2
oss-backend-config.json:

log:

Code:

Bug result: it will create a folder name "/" , then save the blob file into the folder.

Thanks for reporting, it looks like the root cause is here.
@zhangshuiyong Nydus uses specified prefix directly, instead of with / suffix. With empty specified prefix, files are not in root now. If u want, specify prefix = /.
Higher than(including) v2.1.0-rc.4 is required. Compile from master also works.
@zhangshuiyong Fixed in v2.1.1 release.