Skip to content

Commit 97b6ca7

Browse files
Rename storage endpoint (#11)
1 parent 0a1c48f commit 97b6ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gen3/auth_impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (a Authorize) PluginAction(params map[string]string, headers map[string]*pr
134134

135135
// get the S3 bucket and region for this user
136136
httpClient := &http.Client{Timeout: 10 * time.Second}
137-
url := "http://gen3-workflow-service/storage/info"
137+
url := "http://gen3-workflow-service/storage/setup"
138138
req, err := http.NewRequest("GET", url, nil)
139139
if err != nil {
140140
return errorResponse(http.StatusInternalServerError, fmt.Sprintf("error creating HTTP request to '%s': %w", url, err))

0 commit comments

Comments
 (0)