mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
Merge pull request #3316 from urbit/dk-peek
updated on-peek for s3-store
This commit is contained in:
commit
2bd4a7035a
@ -161,8 +161,11 @@
|
|||||||
++ on-peek
|
++ on-peek
|
||||||
|= =path
|
|= =path
|
||||||
^- (unit (unit cage))
|
^- (unit (unit cage))
|
||||||
?+ path (on-peek:def path)
|
?. (team:title our.bowl src.bowl) ~
|
||||||
[%x %keys ~] ``noun+!>(~(key by tiles))
|
?+ path [~ ~]
|
||||||
|
[%x %tiles ~] ``noun+!>([tiles tile-ordering])
|
||||||
|
[%x %first-time ~] ``noun+!>(first-time)
|
||||||
|
[%x %keys ~] ``noun+!>(~(key by tiles))
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ on-arvo
|
++ on-arvo
|
||||||
|
@ -89,7 +89,18 @@
|
|||||||
--
|
--
|
||||||
::
|
::
|
||||||
++ on-leave on-leave:def
|
++ on-leave on-leave:def
|
||||||
++ on-peek on-peek:def
|
++ on-peek
|
||||||
|
~/ %s3-peek
|
||||||
|
|= =path
|
||||||
|
^- (unit (unit cage))
|
||||||
|
?. (team:title our.bowl src.bowl) ~
|
||||||
|
?+ path [~ ~]
|
||||||
|
[%x %credentials ~]
|
||||||
|
[~ ~ %s3-update !>(`update`[%credentials credentials])]
|
||||||
|
::
|
||||||
|
[%x %configuration ~]
|
||||||
|
[~ ~ %s3-update !>(`update`[%configuration configuration])]
|
||||||
|
==
|
||||||
++ on-agent on-agent:def
|
++ on-agent on-agent:def
|
||||||
++ on-arvo on-arvo:def
|
++ on-arvo on-arvo:def
|
||||||
++ on-fail on-fail:def
|
++ on-fail on-fail:def
|
||||||
|
Loading…
Reference in New Issue
Block a user