Skip to content

peter-mount/objectstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic object store written in go using the S3 protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published