Crates.io | s3ql |
lib.rs | s3ql |
version | 0.1.3 |
source | src |
created_at | 2020-08-27 03:12:39.278469 |
updated_at | 2021-01-02 05:48:11.242605 |
description | Query Language for S3 |
homepage | |
repository | https://github.com/naomijub/s3ql |
max_upload_size | |
id | 281264 |
size | 50,122 |
Query Language inspired by SQL for S3.
TODO
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
.
rusoto_s3::S3Client
or function s3_client_with
with feature auth
)create_s3_bucket
drop_s3_bucket
has_s3_bucket
show_s3_buckets
insert_s3_object
update_s3_object_metadata
update_s3_object_body
read_s3_object
read_s3_object_body
has_s3_object
show_s3_objects