-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rebel_readline_history
64 lines (64 loc) · 3.34 KB
/
.rebel_readline_history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
1548745176987:(require '[cognitect.aws.client.api :as aws])
1548745203599:(def s3 (aws/client {:api :s3}))
1548745249845:s3
1548745371328:(def s3 (aws/client {:api :s3}))
1548745568996:(require '[cognitect.aws.client.api :as aws])
1548745578265:(def s3 (aws/client {:api :s3}))
1548745888126:(aws/doc s3)
1548745915051:(aws/ops s3)
1548745921619:(clojure.pprint/pp)
1548745943105:(-> s3 keys)
1548745950094:(-> s3 aws/ops keys)
1548745954941:(clojure.pprint/pp)
1548745984064:(aws/doc s3 :ListObjects)
1548746010857:(-> s3 aws/ops :ListObjects)
1548746086191:(aws/doc s3 :ListBuckets)
1548746122057:(aws/invoke s3 {:op :foobar})
1548746132397:(aws/validate-requests s3 true)
1548746135560:(aws/invoke s3 {:op :foobar})
1548746151837:(aws/invoke s3 {:op :ListBuckets})
1548746172289:(aws/doc s3 :CreateBucket)
1548746224077:(aws/invoke s3 {:op :CreateBucket :request {:Bucket "s3admin.justenough.software"}})
1548746233281:(def create-resp *1)
1548746239639:(meta create-resp)
1548746245315:(clojure.pprint/pp)
1548746306941:(def buckets (aws/invoke s3 {:op :ListBuckets}))
1548746309468:buckets
1548746314059:(meta buckets)
1548746327226:(require '[clojure.pprint :as pp]))
1548746328768:(require '[clojure.pprint :as pp])
1548746332557:(pp buckets)
1548746337793:(pp/pprint buckets)
1548746485487:(-> s3 aws/ops keys sort)
1548746490844:(-> s3 aws/ops keys sort pp/pprint)
1548746517555:(aws/doc s3 :PutObject)
1548746597659:(def put-obj (aws/invoke s3 {:op :PutObject :request {:Bucket "s3admin.justenough.software" :Key "test-obj"}}))
1548746601373:put-obj
1548746686150:(def put-obj (aws/invoke s3 {:op :PutObject :request\n {:Bucket "s3admin.justenough.software" :Key "wiki.html"\n :body (slurp "https://wikipedia.org")}}))
1548746688695:put-obj
1548746691958:(meta put-obj)
1548746694921:(pp/pp)
1548746729997:(def put-obj (aws/invoke s3 {:op :PutObject :request\n {:Bucket "s3admin.justenough.software" :Key "wiki.html"\n :Body (slurp "https://wikipedia.org")}}))
1548746732183:put-obj
1548746773172:(byte-array "foo")
1548746820154:(map int "abc")
1548746829897:(byte-array (map int "abc"))
1548746850672:(def put-obj (aws/invoke s3 {:op :PutObject :request\n {:Bucket "s3admin.justenough.software" :Key "wiki.html"\n :Body (byte-array (map int (slurp "https://wikipedia.org")))}}))
1548746853185:put-obj
1548746945596:(-> s3 aws/ops keys sort pp/pprint)
1548746956551:(aws/doc s3 :ListObjects)
1548746987691:(aws/invoke s3 {:op :ListObjects :request {:Bucket "s3admin.justenough.software"}})
1548746992594:(pp/pp)
1548747076226:(aws/doc s3 :GetObjectACL)
1548747085395:(aws/doc s3 :GetObjectAcl)
1548747127507:(aws/invoke s3 {:op :GetObjectAcl :request {:Bucket "s3admin.justenough.software" :key "wiki.html"}})
1548747144317:(aws/invoke s3 {:op :GetObjectAcl :request {:Bucket "s3admin.justenough.software" :Key "wiki.html"}})
1548747149835:(pp/pp)
1548747175090:(aws/doc s3 :PutObjectAcl)
1548747339096:(aws/invoke s3 {:op :ListObjects :request {:Bucket "s3admin.justenough.software"}})
1548747343567:(pp/pp)
1548747995984:(require '[cognitect.rebl :as rebl])
1548748010190:(rebl/ui)
1548748019075:(require '[clojure.pprint :as pp])
1548748042430:(require '[cognitect.aws.client.api :as aws])
1548748052573:(def s3 (aws/client {:api :s3}))