FrostFS API documentation and proto files declaration
Find a file
Stanislav Bogatyrev 653e1f92aa Rebranding
FrostFS continues the development of NeoFS.

Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
2022-12-08 15:21:43 +03:00
.github Fix CODEOWNERS 2022-12-08 15:21:40 +03:00
accounting [#216] English Check 2022-05-12 15:06:51 +03:00
acl [#232] Comments fix for ACL 2022-08-02 17:49:54 +03:00
audit [#216] English Check 2022-05-12 15:06:51 +03:00
container [#230] status: Add EACL_NOT_FOUND status 2022-08-01 09:31:52 +03:00
doc [#216] English Check 2022-05-12 15:06:51 +03:00
lock [#221] lock: Clarify lock object usage 2022-06-02 13:04:24 +03:00
netmap [#214] netmap: Define keys of NetworkConfig.Parameter 2022-09-23 18:47:57 +04:00
object [#198] object: Sort statuses by codes 2022-09-19 11:04:15 +04:00
proto-docs *: Re-generate protobuf docs 2022-09-26 09:59:20 +04:00
refs refs: add WalletConnect signature type 2022-06-20 18:42:05 +03:00
reputation [#216] English Check 2022-05-12 15:06:51 +03:00
session [#202] session: Support sessions issued for an object group 2022-09-20 15:02:05 +04:00
status [#237] status: Add NODE_UNDER_MAINTENANCE status code 2022-09-15 15:29:54 +03:00
storagegroup [#222] storagegroup: Force members to be unique 2022-06-07 19:30:20 +03:00
subnet [#183] subnet: Define subnet information message 2021-11-18 13:50:39 +03:00
tombstone [#216] English Check 2022-05-12 15:06:51 +03:00
.gitignore [#45] Add buf linter call 2020-08-13 22:57:00 +03:00
buf.yaml [#45] Add buf linter call 2020-08-13 22:57:00 +03:00
CHANGELOG.md Release v2.14.0 - Anmado (안마도, 鞍馬島) 2022-09-26 09:59:20 +04:00
CONTRIBUTING.md Rebranding 2022-12-08 15:21:43 +03:00
CREDITS.md Rebranding 2022-12-08 15:21:43 +03:00
LICENSE Create LICENSE 2020-04-09 19:27:39 +03:00
Makefile Fix typos in Makefile and READMEs 2020-10-16 12:37:19 +03:00
README.md Rebranding 2022-12-08 15:21:43 +03:00

FrostFS

FrostFS API language-agnostic protocol definitions


GitHub release (latest SemVer) License

Overview

FrostFS-API repository is the basis for language-specific libraries, e.g.:

Those libraries contain compiled protocol buffers definitions, wrapped with language-specific code. Use them to integrate applications with FrostFS.

This repository contains:

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before you start working on a certain topic, first create a new issue describing the feature/topic you are going to implement.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details