Feature #3656
Make upload_object return etag data
Status: | Closed | Start date: | 04/23/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | 05/14/2013 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | 2.00 hours | |
Target version: | v0.9 | Estimated time: | 2.00 hours |
Description
Please make the upload_object pithos call return an dictionary which will include details about the uploaded object. The dictionary should contain at least an 'etag' key with its value set to the etag returned by the server during the PUT operation. This etag must not be requested using an additional GET; it must be the one returned by the server from the same PUT that was used to upload the object.
Related issues
Associated revisions
Modify upload methods to return created obj info
Methods affected:
upload_object
upload_object_unchunked
upload_object_by_manifestation
unittests modified accordingly
Refs: #3656
Update livetest for upload return modification
Refs: #3656
Update changelog (pithos upload modification)
Refs: #3656
History
#1 Updated by Stavros Sachtouris about 10 years ago
This feature is not currently supported by Pithos, but is expected to be soon
#2 Updated by Stavros Sachtouris about 10 years ago
- Due date set to 05/14/2013
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Estimated time set to 2.00
On case of success, kamaki.clients.PithosClient.upload_object returns the last PUT headers
#3 Updated by Stavros Sachtouris about 10 years ago
- Status changed from Resolved to Closed