接口 OssConstants


public interface OssConstants

Description: TODO

作者:
: gengwei.zheng
Date:
: 2023/8/17 14:14
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final int
    分片上传中,允许的最大分片数量为 1000
    static final long
    允许的对象大小,最大为 5T
    static final long
    分片上传中,允许的分片大小最大为 5G
    static final int
    分片上传中,允许的分片大小最小为 5M
  • 字段详细资料

    • MAX_OBJECT_SIZE

      static final long MAX_OBJECT_SIZE
      允许的对象大小,最大为 5T
      另请参阅:
    • MIN_MULTIPART_SIZE

      static final int MIN_MULTIPART_SIZE
      分片上传中,允许的分片大小最小为 5M
      另请参阅:
    • MAX_PART_SIZE

      static final long MAX_PART_SIZE
      分片上传中,允许的分片大小最大为 5G
      另请参阅:
    • MAX_MULTIPART_COUNT

      static final int MAX_MULTIPART_COUNT
      分片上传中,允许的最大分片数量为 1000
      另请参阅: