Amazon Glacier 存档路径中的 +AF8 是什么?

What is the +AF8 in Amazon Glacier's archive paths?

当我通过 Java SDK 获取 Glacier 保管库的内容时,存档的路径经常包含 +AF8。它的purpose/meaning是什么?

实际:JG+AF8-Foo/bar+AF8-2014-05-29+AF8-00-08.txt.zip

而不是:JG-Foo/bar-2014-05-29-00-08.txt.zip

这似乎是解码错误。如果你 read here 你会看到 +AF8- 似乎是下划线 _

的 Mac 编码

我认为您可能需要应用解码功能,或在 Java 中使用不同的功能来解决此问题。