是否可以在多个文件上传到 artifactory 后向它们添加属性?

Is it possible to add properties to multiple files after they have been uploaded to artifactory?

正如标题所说。由于对如何最好地查询人工制品中的文件缺乏了解,我现在遇到的情况是我有几百个文件需要添加相同的属性。 可以批量完成吗?
文件夹结构如下所示:

repository
  |
  |- main folder
      |
      |- type
          |
          |- language1
              |
              |-sub-folder1
              |-sub-folder2
                 |-file1
                 |-file2
                 ...
              ...
          ...

每个sub-folder可以有大约5个文件,每个语言文件夹可以有很多sub-folder。

当然可以。 您有两个主要选择。 第一个是在具有 "recursiveProperties=1" 的相关文件夹上使用 Set Item Properties REST API。 第二个选项,我认为更好,将是 use the JFrog CLI to set properties on existing artifacts。此选项将使您能够定义更复杂的属性设置逻辑。