Removing slash at the end of GCS tier screen endpoint (#2430)

This commit is contained in:
Thiago Bittencourt Gil
2022-11-07 19:23:50 -03:00
committed by GitHub
parent 8af1bcd35c
commit c929a71649

View File

@@ -280,7 +280,7 @@ const AddTierConfiguration = ({ classes }: IAddNotificationEndpointProps) => {
useEffect(() => {
switch (type) {
case "gcs":
setEndpoint("https://storage.googleapis.com/");
setEndpoint("https://storage.googleapis.com");
setTitleSelection("Google Cloud");
break;
case "s3":