mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-17 13:41:01 +00:00
1 line
6.4 KiB
JSON
1 line
6.4 KiB
JSON
[{"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306415504.244369, "message": "In order to read from Amazon S3 I would have to do a cross-domain request via JSONP. Since you can't set headers for JSONP requests I will have to use a \"Query String Request Authentication Alternative\"", "group_id": 236, "id": 1191591}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306415056.777802, "message": "I'd like to read an object from a bucket on Amazon S3. My plan was to calculate the Authorization header in KRL, then use jQuery on the client to get the object.", "group_id": 236, "id": 1191551}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306420568.9656601, "message": "http://api.jquery.com/jQuery.ajax/", "group_id": 236, "id": 1192481}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306420064.605036, "message": "why couldn't you set headers for JSONP ?", "group_id": 236, "id": 1192382}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306458903.218905, "message": "Yeah, I still gotta turn it into a module, but all the hard work is done at this point.", "group_id": 236, "id": 1198516}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306459284.0421929, "message": "I've got lot of ideas for using S3 but nothing specific right now.", "group_id": 236, "id": 1198588}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306458335.4074891, "message": "I'm happy with the way it works now. You provide the aws-id and secret key, the module provides a URL that's good for 5 minutes. I'm just adding the URL to the test page and then you click on the link to retrieve the object from the s3 bucket.", "group_id": 236, "id": 1198400}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306458527.622411, "message": "So if you have a resource on S3 that you want to provide limited access to, you set up a ruleset to validate access, then provide the URL to the end user. They have 5 minutes to start downloading the resource.", "group_id": 236, "id": 1198435}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306458700.3888431, "message": "sounds easy", "group_id": 236, "id": 1198479}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306459167.2603331, "message": "are you developing all these tools for a specific app ?", "group_id": 236, "id": 1198566}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306459333.957201, "message": "I also need to figure out the http/https thing. Maybe it just works...", "group_id": 236, "id": 1198594}, {"user_id": 4291, "stars": [], "topic_id": 36894, "date_created": 1306472263.3885691, "message": "@rsbohn A module would be awesome!", "group_id": 236, "id": 1200690}, {"user_id": 4291, "stars": [], "topic_id": 36894, "date_created": 1306472247.194277, "message": "@rsbohn Nicely done sir!", "group_id": 236, "id": 1200688}, {"user_id": 30462, "stars": [{"date_created": 1306511609.7809491, "user_id": 4291}, {"date_created": 1306520086.815799, "user_id": 763}], "topic_id": 36894, "date_created": 1306490244.6692581, "message": "Actually I'm building a module, probably make a first release today.", "group_id": 236, "id": 1203220}, {"user_id": 4291, "stars": [{"date_created": 1306518056.512903, "user_id": 30462}], "topic_id": 36894, "date_created": 1306511618.8522749, "message": "@rsbohn Brilliant!", "group_id": 236, "id": 1206331}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306542238.0241139, "message": "i'd go for lifetime(300) unless you are thinking of other options to pass to lifetime", "group_id": 236, "id": 1210260}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306541309.1474221, "message": "Would you rather specify lifetime({\"seconds\": 300}) or lifetime(300) // seconds?", "group_id": 236, "id": 1210140}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306542405.8245549, "message": "Well, it's just that you can specify \"minutes\" or (??) \"hours\".", "group_id": 236, "id": 1210286}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306541343.0990739, "message": "I guess I could do both, given 'typeof'.", "group_id": 236, "id": 1210145}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306542413.3832409, "message": "(note the use of double quotes)", "group_id": 236, "id": 1210289}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306543086.4651549, "message": "(double quotes , wow , that's serious code)", "group_id": 236, "id": 1210356}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306543182.242444, "message": "i'd go for the json then", "group_id": 236, "id": 1210362}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306545602.3638451, "message": "stumped: module seems to work, but with a valid AWS id I can read stuff I don't have rights to. Maybe I set something up wrong.", "group_id": 236, "id": 1210585}, {"user_id": 30494, "stars": [], "topic_id": 36894, "date_created": 1306545748.6714799, "message": "!! nice feature", "group_id": 236, "id": 1210594}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306545870.055433, "message": "I'm not sure how to add individual rights to individual files. S3Fox let's me add the username but fails when I try to grant rights.", "group_id": 236, "id": 1210601}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306545814.4624259, "message": "I removed that policy and now I'm getting the expected 'Access Denied' error.", "group_id": 236, "id": 1210598}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306545792.624388, "message": "I put the test user in a group and gave the group full access to S3, so it was able to read the file.", "group_id": 236, "id": 1210596}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306546741.8955569, "message": "Guess I'll have to figure out the S3 ACLs and IAM ACLs.", "group_id": 236, "id": 1210662}, {"user_id": 30462, "stars": [], "topic_id": 36894, "date_created": 1306546880.992872, "message": "Anyway I updated http://docs.kynetx.com/docs/Use_module (added <<version \"dev\">> option)", "group_id": 236, "id": 1210674}, {"user_id": 763, "stars": [], "topic_id": 36894, "date_created": 1306866323.5611401, "message": "Thanks for the docs update.", "group_id": 236, "id": 1239820}] |