Class S3FileStorage

  • All Implemented Interfaces:
    org.ossreviewtoolkit.utils.ort.storage.FileStorage

    
    public final class S3FileStorage
     implements FileStorage
                        

    A FileStorage that stores files in an AWS S3 bucket bucketName. The read and exists operations are blocking, but the write operation is asynchronous unless a customEndpoint is provided. Contents are compressed before store if the compression flag is set to true.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description