This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145727 - [saas][s3] missing HEAD operation on the object
Summary: [saas][s3] missing HEAD operation on the object
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Ayub Khan
URL: http://docs.amazonwebservices.com/Ama...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-31 20:01 UTC by Lukas Jungmann
Modified: 2008-09-17 15:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Lukas Jungmann 2008-08-31 20:07:28 UTC
hmm, "copy" seems to be missing too: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/RESTObjectCOPY.html
Comment 2 Lukas Jungmann 2008-08-31 20:35:36 UTC
and POST Object, which is pretty important: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/RESTObjectPOST.html
Comment 3 Ayub Khan 2008-09-08 02:51:00 UTC
Fixed headObject and copyObject methods. postObject is not within the scope of the Saas support, since it looks like
simulating browser multi-part file upload.
Comment 4 Quality Engineering 2008-09-08 17:24:04 UTC
Integrated into 'main-golden', will be available in build *200809081401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b6e13195daff
User: Ayub Khan <ayubskhan@netbeans.org>
Log: Fix issue#145727 -  [saas][s3] missing HEAD operation on the object
Comment 5 Lukas Jungmann 2008-09-17 15:32:00 UTC
I filed issue 147504 RFE for adding support for multipart/form-data, the rest is v.