mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
s3: got tests passing and added the rest of the generators
This commit is contained in:
parent
285f0bd5e3
commit
9c6cb61d61
10
pkg/arvo/gen/s3-store/add-bucket.hoon
Normal file
10
pkg/arvo/gen/s3-store/add-bucket.hoon
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
:: s3-store|add-bucket: add new bucket to S3 store
|
||||||
|
::
|
||||||
|
/- *s3
|
||||||
|
:- %say
|
||||||
|
|= $: [now=@da eny=@uvJ =beak]
|
||||||
|
[[bucket=@t ~] ~]
|
||||||
|
==
|
||||||
|
:- %s3-action
|
||||||
|
^- action
|
||||||
|
[%add-bucket bucket]
|
10
pkg/arvo/gen/s3-store/remove-bucket.hoon
Normal file
10
pkg/arvo/gen/s3-store/remove-bucket.hoon
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
:: s3-store|remove-bucket: remove bucket from S3 store
|
||||||
|
::
|
||||||
|
/- *s3
|
||||||
|
:- %say
|
||||||
|
|= $: [now=@da eny=@uvJ =beak]
|
||||||
|
[[bucket=@t ~] ~]
|
||||||
|
==
|
||||||
|
:- %s3-action
|
||||||
|
^- action
|
||||||
|
[%remove-bucket bucket]
|
@ -1,10 +0,0 @@
|
|||||||
:: s3-store|set-api-key: set S3 bucket api-key
|
|
||||||
::
|
|
||||||
/- *s3
|
|
||||||
:- %say
|
|
||||||
|= $: [now=@da eny=@uvJ =beak]
|
|
||||||
[[api-key=@t ~] ~]
|
|
||||||
==
|
|
||||||
:- %s3-action
|
|
||||||
^- action
|
|
||||||
[%set-api-key api-key]
|
|
10
pkg/arvo/gen/s3-store/set-current-bucket.hoon
Normal file
10
pkg/arvo/gen/s3-store/set-current-bucket.hoon
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
:: s3-store|set-current-bucket: set current bucket for S3
|
||||||
|
::
|
||||||
|
/- *s3
|
||||||
|
:- %say
|
||||||
|
|= $: [now=@da eny=@uvJ =beak]
|
||||||
|
[[bucket=@t ~] ~]
|
||||||
|
==
|
||||||
|
:- %s3-action
|
||||||
|
^- action
|
||||||
|
[%set-current-bucket bucket]
|
Loading…
Reference in New Issue
Block a user