s3: got tests passing and added the rest of the generators

This commit is contained in:
Logan Allen 2020-04-23 20:47:01 -04:00
parent 285f0bd5e3
commit 9c6cb61d61
4 changed files with 30 additions and 10 deletions

View 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]

View 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]

View File

@ -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]

View 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]