use endpoint/s3ForcePathStyle instead of validateHost/ssl per PR feedback

Signed-off-by: Leon Stein <leons727@gmail.com>
This commit is contained in:
Leon Stein
2021-12-28 10:23:53 -05:00
parent 995e4c7d9d
commit bc78cc3dca
4 changed files with 99 additions and 75 deletions
-5
View File
@@ -166,11 +166,6 @@ export interface Config {
/** Integration configuration for AWS S3 Service */
awsS3?: Array<{
/**
* The host of the target that this matches on, e.g. "amazonaws.com".
* @visibility frontend
*/
host: string;
/**
* Account access key used to authenticate requests.
* @visibility backend