问题:为什么nexus blob存储结构与s3结构不同?

问题描述 投票:0回答:0

我在 AWS S3 中使用 Nexus 存储库。 这是我的 build.gradle 文件。

respositories {
    maven {
        url "<My Nexus Proxy Repository URL>"
    }

}

repo 的类型是 S3.

构建gradle时,成功构建gradle。 但是,nexus repo 的 blob 存储结构与 aws s3 不同。

nexus 回购就像:

ch/
com/
io/
jakarta/
ognl/
org/

s3 就像:

content/vol1
content/vol2
...
content/vol30

为什么他们有不同的文件系统?我不明白。

amazon-s3 nexus
© www.soinside.com 2019 - 2024. All rights reserved.