Skip to content

Commit c929a71

Browse files
authored
Removing slash at the end of GCS tier screen endpoint (#2430)
1 parent 8af1bcd commit c929a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Configurations/TiersConfiguration/AddTierConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ const AddTierConfiguration = ({ classes }: IAddNotificationEndpointProps) => {
280280
useEffect(() => {
281281
switch (type) {
282282
case "gcs":
283-
setEndpoint("https://storage.googleapis.com/");
283+
setEndpoint("https://storage.googleapis.com");
284284
setTitleSelection("Google Cloud");
285285
break;
286286
case "s3":

0 commit comments

Comments
 (0)