e
j
Like a dictionary
let me see if i can find my notes,
{aws_access_key_id:"your stuff here", aws_Secret_acess_key: "your stuff here"}
upvote 1
cap the keys too
e
upvote 1
like this?
j
trying to remember if you need the quotes around the keys
e
ty man!
j
try it with it/ then without
e
will do
j
i had the same question as you like 3 days ago haha
e
hey so I'm not dumb then!
just not super clear on docs
j
no it's a solid question, i was confused too
n
Looks like we can clarify the docs a little here, will try to get that out asap 😄
e
and then boto inherist this?
thanks @nicholas :)
n
And yes, those are used to authenticate boto3
j
surprisingly you don't even need to import secrets... you can just use aws_credentials straight in you task. i used it like this:
Copy code
S3ResultHandler(bucket='<some bucket name>', aws_credentials_secret="aws_credentials")
and prefect took care of the rest, super cool
e
oh nice
this worked with quotes, thanks @Johnny :)
j
nice!