Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Paws questions

by Krambambuli (Curate)
on May 06, 2017 at 08:27 UTC ( [id://1189647]=note: print w/replies, xml ) Need Help??


in reply to Paws questions

First issue solved. If only the effort to solve it would have been as trivial as the issue!   :-/

In the config file, the keys aren't allowed to be surrounded by quotes. So,

aws_secret_access_key = "MY_SECRET_ACCESS_KEY"

is *BAD* (the quotes are considered as being part of the key), while

aws_secret_access_key = MY_SECRET_ACCESS_KEY

is OK.

The config file is read via Config::INI::Reader - a subclassable .ini-file parser, so maybe it's a no-brainer for the .ini world to avoid quotes.
But for Perl programmers... Sigh.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1189647]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-23 23:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found