Class GcsFetcherConfig

java.lang.Object
com.norconex.crawler.core.fetch.BaseFetcherConfig
com.norconex.crawler.fs.fetch.impl.gcs.GcsFetcherConfig

public class GcsFetcherConfig extends BaseFetcherConfig

Configuration for GcsFetcher.

Authentication is delegated to the official Google Cloud NIO provider, which uses the standard Google Application Default Credentials chain. When an endpoint is set, the fetcher assumes an emulator or local test server and connects without authentication.

  • Constructor Details

    • GcsFetcherConfig

      public GcsFetcherConfig()
  • Method Details