s3-artifact-storage-server/kotlin-dsl/S3CommonSettings.xml [37:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    <param name="storage.s3.upload.multipart_threshold" dslName="multipartThreshold">
      <description>
        Initiates multipart upload for files larger than the specified value.
        Minimum value is 5MB. Allowed suffixes: KB, MB, GB, TB.
        Leave empty to use the default value.
      </description>
    </param>
    <param name="storage.s3.upload.multipart_chunksize" dslName="multipartChunksize">
      <description>
        Specify the maximum allowed part size. Minimum value is 5MB.
        Allowed suffixes: KB, MB, GB, TB. Leave empty to use the default value.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



s3-artifact-storage-server/kotlin-dsl/S3StorageSettings.xml [56:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    <param name="storage.s3.upload.multipart_threshold" dslName="multipartThreshold">
      <description>
        Initiates multipart upload for files larger than the specified value.
        Minimum value is 5MB. Allowed suffixes: KB, MB, GB, TB.
        Leave empty to use the default value.
      </description>
    </param>
    <param name="storage.s3.upload.multipart_chunksize" dslName="multipartChunksize">
      <description>
        Specify the maximum allowed part size. Minimum value is 5MB.
        Allowed suffixes: KB, MB, GB, TB. Leave empty to use the default value.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



