Interface MultipartUpload

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public interface MultipartUpload
     implements AutoCloseable
                        

    Raw multipart lifecycle (HEL-236 guarantee 3). Thread-safe: parts may be uploaded concurrently. Terminal states are exactly one of complete / abort; close aborts when neither happened, so try-with-resources can never leak an incomplete upload (leaked parts are invisible AND billed).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description