Removing slash at the end of GCS tier screen endpoint (#2430)
This commit is contained in:
committed by
GitHub
parent
8af1bcd35c
commit
c929a71649
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user