S3中文件名的最大长度是多少

也许我是盲目的,但我不能找到,在 S3文档,最大的文件名长度,可以在 S3上传。

65985 次浏览

As follows from the Amazon documentation,

These names are the object keys. The name for a key is a sequence of Unicode characters whose UTF-8 encoding is at most 1024 bytes long.

The max filename length is 1024 characters. If the characters in the name require more than one byte in UTF-8 representation, the number of available characters is reduced.