Class CustomUrlFactory

java.lang.Object
dev.jensderuiter.minecraft_imagery.storage.CustomUrlFactory
All Implemented Interfaces:
com.github.davidmoten.aws.lw.client.BaseUrlFactory

public class CustomUrlFactory extends Object implements com.github.davidmoten.aws.lw.client.BaseUrlFactory
A custom url factory class to use the S3 library with custom endpoints.
  • Constructor Details

    • CustomUrlFactory

      public CustomUrlFactory(String endpoint)
  • Method Details

    • create

      public String create(String serviceName, Optional<String> region)
      Specified by:
      create in interface com.github.davidmoten.aws.lw.client.BaseUrlFactory