Project

General

Profile

Actions

Documentation #14003

closed

Incorrect name of the "List Multipart Upload Parts" Response Entities

Added by Lenz Grimmer over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

The RADOS Gateway documentation at http://docs.ceph.com/docs/master/radosgw/s3/objectops/#list-multipart-upload-parts states that "InitiatedMultipartUploadsResult" returns a container for the response.

However, according to the source code at https://github.com/ceph/ceph/blob/master/src/rgw/rgw_rest_s3.cc#L1908 and the official S3 documentation at http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadListParts.html, the correct name of that field is "ListPartsResult" (the code was fixed when bug #11494 was resolved).

The documentation should be updated accordingly.


Related issues 1 (0 open1 closed)

Related to rgw - Bug #11494: rgw: multipart list part response returns incorrect fieldResolved04/28/2015

Actions
Actions #1

Updated by Nathan Cutler over 8 years ago

  • Tracker changed from Bug to Documentation
Actions #2

Updated by Nathan Cutler over 8 years ago

  • Related to Bug #11494: rgw: multipart list part response returns incorrect field added
Actions #3

Updated by Lenz Grimmer over 8 years ago

The subject line of this bug is incorrect - it's the name, not description of the entity.

I'm about to prepare a pull request for this.

Actions #5

Updated by Nathan Cutler over 8 years ago

  • Subject changed from Incorrect description of the "List Multipart Upload Parts" Response Entities to Incorrect name of the "List Multipart Upload Parts" Response Entities
  • Status changed from New to In Progress
Actions #6

Updated by Lenz Grimmer over 8 years ago

The pull request had been merged a while ago. I assume this bug could be resolved then?

Actions #7

Updated by Nathan Cutler over 8 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF