K on Nostr: you can use blobstore as wel, its khatru compatiblel: ...
you can use blobstore as wel, its khatru compatiblel:
https://github.com/kehiy/blobstore
it supports disk and s3. you accept s3 info for backup. using this library you can give your users ability to use it as blossom storage as well.
also, for disk writing you are using + operator, never do it, not safe. use path std. blobstore uses it.
blobstore has policies as well. i would improve it in future.
https://github.com/kehiy/blobstore
it supports disk and s3. you accept s3 info for backup. using this library you can give your users ability to use it as blossom storage as well.
also, for disk writing you are using + operator, never do it, not safe. use path std. blobstore uses it.
blobstore has policies as well. i would improve it in future.