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 132227 - [saas][amazon] incorrect auth type for AmazonS3Service
Summary: [saas][amazon] incorrect auth type for AmazonS3Service
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 17:35 UTC by Lukas Jungmann
Modified: 2008-06-24 11:59 UTC (History)
1 user (show)

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.
Description Lukas Jungmann 2008-04-07 17:35:36 UTC
88th case from 92 possibilities I wanted to check....

-D'n'D Amazon S3 Service -> [/] -> getBuckets into java app's main class
-build and run it

=> run:
java.io.IOException: Please specify your access key and secret in the amazons3serviceauthenticator.properties file.
        at org.netbeans.saas.amazon.AmazonS3ServiceAuthenticator.sign(AmazonS3ServiceAuthenticator.java:48)
        at org.netbeans.saas.amazon.AmazonS3Service.getBuckets(AmazonS3Service.java:40)
        at javaapplication1.Main.main(Main.java:23)
BUILD SUCCESSFUL (total time: 0 seconds)

in amazons3serviceauthenticator.properties there is api_key property instead of access_key and secret
Comment 1 Peter Liu 2008-04-07 18:41:22 UTC
This is a regression in the trunk only so it doesn't affect release61 branch.
Comment 2 Peter Liu 2008-04-07 18:54:02 UTC
Fix checked into trunk:

http://hg.netbeans.org/main/rev/fd3fbf409546

Comment 3 Lukas Jungmann 2008-04-07 20:02:11 UTC
yes, this is in trunk only... setting correct version
Comment 4 Lukas Jungmann 2008-06-24 11:59:06 UTC
v.