nydus icon indicating copy to clipboard operation
nydus copied to clipboard

【bug】nydusify pack can not save the blob file to the root path of oss bucket

Open zhangshuiyong opened this issue 3 years ago • 1 comments

nydus Version: 2.1.0-alpha2

oss-backend-config.json: image

log: image

Code: image

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

image

zhangshuiyong avatar Jul 25 '22 08:07 zhangshuiyong

image

Thanks for reporting, it looks like the root cause is here.

imeoer avatar Jul 25 '22 08:07 imeoer

@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.

ccx1024cc avatar Oct 14 '22 01:10 ccx1024cc

@zhangshuiyong Fixed in v2.1.1 release.

imeoer avatar Nov 18 '22 06:11 imeoer