Project

Profile

Help

Issue #4760

closed

Discrepancy in the docs about HTTP verb used to start a chuncked upload

Added by kersom about 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Sprint 52
Quarter:

Description

Per REST API docs:

POST is used to create an upload

post /pulp/api/v3/uploads/

See: https://docs.pulpproject.org/en/3.0/nightly/restapi.html#operation/uploads_create

Per work flows documentation:

For large file uploads, Pulp supports uploading files in chunks. To begin uploading a file in chunks, an initial PUT request must be sent to the /pulp/api/v3/uploads endpoint:

http --form PUT :24817/pulp/api/v3/uploads/ file@./chunkaa 'Content-Range:bytes 0-6291455/32095676'

See: https://docs.pulpproject.org/en/3.0/nightly/workflows/upload-publish.html

Also available in: Atom PDF