Interface OssConstants


public interface OssConstants

Description: TODO

Author:
: gengwei.zheng
Date:
: 2023/8/17 14:14
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    分片上传中,允许的最大分片数量为 1000
    static final long
    允许的对象大小,最大为 5T
    static final long
    分片上传中,允许的分片大小最大为 5G
    static final int
    分片上传中,允许的分片大小最小为 5M
  • Field Details

    • MAX_OBJECT_SIZE

      static final long MAX_OBJECT_SIZE
      允许的对象大小,最大为 5T
      See Also:
    • MIN_MULTIPART_SIZE

      static final int MIN_MULTIPART_SIZE
      分片上传中,允许的分片大小最小为 5M
      See Also:
    • MAX_PART_SIZE

      static final long MAX_PART_SIZE
      分片上传中,允许的分片大小最大为 5G
      See Also:
    • MAX_MULTIPART_COUNT

      static final int MAX_MULTIPART_COUNT
      分片上传中,允许的最大分片数量为 1000
      See Also: