Fork me on GitHub
#hoplon
<
2016-11-01
>
onetom01:11:14

@martinklepsch i was just trying to use s3-beam with the temporary credentials of an ec2 instance but it seems i should pass a token along them otherwise i get 403 when im trying to upload a file with POST from the browser it works if i have ~/.aws/credentials... did you have this problem before? how can i obtain that token? if i query the instnace metadata, i see it's there:

$ curl -s  -s )
{
  "Code" : "Success",
  "LastUpdated" : "2016-11-01T01:17:33Z",
  "Type" : "AWS-HMAC",
  "AccessKeyId" : "ASIA.........3VBMA",
  "SecretAccessKey" : "faY7pV...........................SGGzoAh+",
  "Token" : "FQoDYXdzE...........klfMDJo3H5j5KKva38AF",
  "Expiration" : "2016-11-01T07:21:21Z"
}

jumblerg21:11:54

@alandipert: remember how i was telling you, on our way to grab sushi, that i had no idea how to add external javascript libs anymore?

jumblerg21:11:49

i'm trying to figure that out again.

alandipert21:11:40

yeah - what lib do you need? it's not in cljsjs i guess?

jumblerg21:11:44

a quick pointer to documentation explaining the new way of doing it with cljsjs or a brief explanation would be awesome.

jumblerg21:11:18

i couldn't find any last time i looked, maybe it has been updated since.

alandipert21:11:32

yeah - i would do boot -d cljsjs/jquery-timepicker and then navigate to ~/.m2/repository/cljsjs/jquery-timepicker/1.8.10-0

jumblerg21:11:49

and i haven't majored in cljsjs yet

alandipert21:11:12

then jar -xvf jquery-timepicker-1.8.10-0.jar and look at the stuff in there

alandipert21:11:24

well, this is bypassing understanding cljsjs, and looking at what they've automated creating

alandipert21:11:30

which is the same as what you'll need in your project

jumblerg21:11:36

yep, perfect

alandipert21:11:20

we talked about, but never did, making that a task

flyboarder22:11:01

@alandipert: once we get modules in the compiler it will be awesome!!!

alandipert23:11:37

neat-looking hoplon project