Categorygithub.com/peter-mount/objectstore
repositorypackage
0.0.0-20240201083029-ec50bc7df524
Repository: https://github.com/peter-mount/objectstore.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

objectstore

A prototype object store written in go using the S3 protocol using the bbolt object database as the backend.

It is loosely based on gofakes3 by johannesboyne but converted to use both of my kernel & rest frameworks, making it not just standalone but embedable within other projects. It also stores objects differently to return the correct object sizes when listing them and to reduce the memory footprint when listing large objects.

Full details is in the These are in the wiki

Supported features

  • Create bucket
  • Delete bucket
  • List buckets
  • Create object
  • List objects
  • Retrieve object
  • Delete object
  • Docker container
  • Event notification, currently supports RabbitMQ

Supported clients

These are now listed in the wiki but currently common command line tools like aws cli, minio mc & s3cmd are supported as is s3fs fuse filesystem

Similar notable projects