Class VespaManagedArchiveBucket

java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.archive.VespaManagedArchiveBucket

public class VespaManagedArchiveBucket extends Object
Represents a cloud storage bucket (e.g. AWS S3 or Google Storage) used to store archive data - logs, heap/core dumps, etc. that is managed by the Vespa controller.
Author:
andreer
  • Constructor Details

    • VespaManagedArchiveBucket

      public VespaManagedArchiveBucket(String bucketName, String keyArn)
  • Method Details