Class BucketConfigUtil


  • @Internal
    public class BucketConfigUtil
    extends Object
    Defines helpful routines for working with bucket configs.
    • Method Detail

      • waitForBucketConfig

        public static Mono<BucketConfig> waitForBucketConfig​(Core core,
                                                             String bucketName,
                                                             Duration timeout)
        A bucket config can be null while the bucket has not been opened. This method allows easily for a config to be available.