-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
New feature, improvement proposal
The default deploy method uses a put request to place artifacts in a remote repository (
Line 254 in bcd3ede
| connector.put(null, metadataUploads); |
For File based transporter this translates into writing a file to the filesystem (
Line 150 in bcd3ede
| protected void implPut(PutTask task) throws Exception { |
Line 400 in bcd3ede
| request.PUT(HttpRequest.BodyPublishers.ofFile(tempFile.getPath())); |
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request