Query Language inspired by SQL for S3.
SELECT <matadata> FROM <Bucket> KEY <key>.
For local development rust
, cargo
, python
, pip
and docker
are required. To setup a local S3 with localstsack
you can execute make setup
and to start a S3 with localstack
you can execute make s3
.
create_s3_bucket
drop_s3_bucket
has_s3_bucket
show_s3_buckets
insert_s3_object
update_s3_object_key
update_s3_object_metadata
update_s3_object_body
read_s3_object
read_s3_object_body
has_s3_object
show_s3_objects