Feature #3730
List a detailed list of uploaded object after file upload
Status: | Closed | Start date: | 05/14/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | 05/22/2013 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | 1.00 hour | |
Target version: | v0.9 | Estimated time: | 1.00 hour |
Related issues
Associated revisions
Add a -l option to upload: list uploaded details
If the upload is successfull, if the -l or --details argument is present,
kamaki lists all uploaded objects with all details returned by the server
(e.g. object version, date of creation, etc)
Refs: #3730
Update documentation for -l at file upload
Refs: #3730
History
#1 Updated by Stavros Sachtouris over 10 years ago
- Due date deleted (
05/14/2013) - % Done changed from 0 to 100
- Estimated time deleted (
1.00)
Use the -l or --details option
kamaki file upload /local/path remote_container:/remote/path -l
Responses might look like this:
remote_container: /remote/path content-language: en-us content-length : 0 content-type : application/json; charset=UTF-8 date : Tue, 14 May 2013 16:28:28 GMT server : gunicorn/0.14.5 vary : Accept-Language x-object-version: 424242
#2 Updated by Stavros Sachtouris over 10 years ago
- Status changed from New to Resolved
#3 Updated by Stavros Sachtouris over 10 years ago
- Due date set to 05/22/2013
- Estimated time set to 1.00
Use the --with-output or -j instead of -l
#4 Updated by Stavros Sachtouris over 10 years ago
- Status changed from Resolved to Closed