in reply to Re^9: signature problem
in thread signature problem

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^11: signature problem
by poj (Abbot) on Sep 05, 2019 at 14:09 UTC

    I used the Ruby example to show one of the errors with your code.

    my $data = { AccessKeyId => $access_key, }; my $signature = hmac_sha1_base64($params, $access_key);

    It looks to me like you are using the <accessKeyId> value to create the signature instead of the <accessSecret> value

    Read my post Re: signature problem you can see from the Ruby example and the note to Step 3 of the spec that the key to use is <accessSecret> with added "&".

    poj
Re^11: signature problem
by shmem (Chancellor) on Sep 05, 2019 at 13:07 UTC
    but ur not helping me on wat i need.

    Sometimes questions glaringly expose a need which isn't the primary one. So the answers help you on "wat i need", because they might make you understand what you need really in the first place, to be able to help yourself.

    am just want to fix my qustion

    Good idea - go ahead, fix your question: better question, better answers.

    perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'