UNPKG

@configurator/ravendb

Version:
7 lines (6 loc) 188 B
import { AmazonSettings } from "./AmazonSettings"; export interface S3Settings extends AmazonSettings { bucketName: string; customServerUrl: string; forcePathStyle: boolean; }