You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To maintain lightweight for Atomic Server give user the opportunity to add S3 credenitals and endpoint with option to synchronise binary data with external S3 compatible servers.
I would check how https://github.com/quickwit-oss/quickwit does it.
The text was updated successfully, but these errors were encountered:
This would be pretty simple to implement, I think. The logic in download.rs and upload.rs could be altered depending on whether some s3 opts (like keys and bucket ID) are being set.
added s3 config vars
s3 uploads working
prefix file-id with store type
cargo format
download building
download working
possibly fix issue with :
refactor files logic into files module
static str lovelies
clean up log
changelog and readme updates
use tokio streams in upload
check bucket exists before unwrap
Store config in FileStore
cargo fmt
consolidate download fs path logic
move file stores to appstate
no unwrap
refactor
finish refactor
tests passing
back to nicer interface
documentation
move test to tests.rs
readme and dep fix
To maintain lightweight for Atomic Server give user the opportunity to add S3 credenitals and endpoint with option to synchronise binary data with external S3 compatible servers.
I would check how https://github.com/quickwit-oss/quickwit does it.
The text was updated successfully, but these errors were encountered: