FrostFS is a decentralized distributed object storage integrated with the NEO Blockchain.
Find a file
Evgenii Stratonikov 1a1435be3d [#791] neofs-lens: inspect objects by address
```
> neofs-lens list --path ./blob/blobovnicza/1/1/0
6ay4GfhR9RgN28d5ufg63toPetkYHGcpcW7G3b7QWSek/9ibXu6v4uTwLEcME5vyHev6Zi8LpxqiWTe1dahKpAbb6
H3VBttoLQoknzMDgnVNyLZ8EpkDnQjnaxDr9fnAWeEHA/Hw1titdGh7BrTe2yLotiYbVh9FQaRRNhoNzXTyetpFgt

> neofs-lens inspect --path ./blob/blobovnicza/1/1/0 \
    --address 6ay4GfhR9RgN28d5ufg63toPetkYHGcpcW7G3b7QWSek/9ibXu6v4uTwLEcME5vyHev6Zi8LpxqiWTe1dahKpAbb6 \
    --header --out payload
Version: v2.1
Type: REGULAR
CID: 6ay4GfhR9RgN28d5ufg63toPetkYHGcpcW7G3b7QWSek
ID: 9ibXu6v4uTwLEcME5vyHev6Zi8LpxqiWTe1dahKpAbb6
Owner: 2dokPzmmcLnnR21jQB3qPppTQRgwMNMKEWD
CreatedAt: 0
PayloadSize: 32
Attributes:
  foo: bar

> hexdump -C payload
00000000  ff 6c d4 71 c4 83 f1 5f  b9 0b ad b3 7c 58 21 b6  |.l.q..._....|X!.|
00000010  d9 55 26 a4 1a 95 04 68  0b 4e 7c 8b 76 3a 1b 1d  |.U&....h.N|.v:..|
00000020
```

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-10-18 11:55:02 +03:00
.docker [#785] Remove unused layer from builder images 2021-09-15 17:58:58 +03:00
.github [#875] ci: Update linter 2021-10-07 11:01:07 +03:00
cmd [#791] neofs-lens: inspect objects by address 2021-10-18 11:55:02 +03:00
config [#873] morph/notary: Not warn at "low till value" notary deposit error 2021-10-15 12:22:25 +03:00
docs [#785] docs: Add updating Go instructions 2021-09-15 17:58:58 +03:00
misc [#598] misc: Remove global prefixes 2021-06-09 16:20:37 +03:00
pkg [#791] neofs-lens: inspect objects by address 2021-10-18 11:55:02 +03:00
.dockerignore Initial commit 2020-07-10 17:45:00 +03:00
.gitattributes build: Better GitHub handling of auto-generated code 2020-08-04 12:17:09 +03:00
.gitignore [#785] make: Add preparing release binaries 2021-09-15 17:58:58 +03:00
.golangci.yml [#875] ci: Update linter 2021-10-07 11:01:07 +03:00
CHANGELOG.md [#873] Update CHANGELOG 2021-10-15 12:22:25 +03:00
CONTRIBUTING.md Minor typo fixes 2020-12-30 13:22:50 +03:00
CREDITS.md [#719] Update contributors list 2021-07-23 19:41:15 +03:00
go.mod [#907] container/put: Work with named containers 2021-10-18 11:54:34 +03:00
go.sum [#907] container/put: Work with named containers 2021-10-18 11:54:34 +03:00
LICENSE Initial commit 2020-07-10 17:45:00 +03:00
Makefile [#926] Makefile: declare images target as phony 2021-10-18 10:43:36 +03:00
README.md Specify neofs-contract version at release. 2021-06-03 19:49:10 +03:00

NeoFS

NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain.


Report GitHub release (latest SemVer) License

Overview

NeoFS Nodes are organized in peer-to-peer network that takes care of storing and distributing user's data. Any Neo user may participate in the network and get paid for providing storage resources to other users or store his data in NeoFS and pay a competitive price for it.

Users can reliably store object data in the NeoFS network and have a transparent data placement process due to decentralized architecture and flexible storage policies. Each node is responsible for executing the storage policies that the users select for geographical location, reliability level, number of nodes, type of disks, capacity, etc. Thus, NeoFS gives full control over data to users.

Deep Neo Blockchain integration allows NeoFS to be used by dApp directly from NeoVM on the Smart Contract code level. This way dApps are not limited to on-chain storage and can manipulate large amounts of data without paying a prohibitive price.

NeoFS has native gRPC API and popular protocol gates such as AWS S3, HTTP, FUSE and sFTP allowing developers to easily integrate applications without rewriting their code.

Supported platforms

For now we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More platforms will be officially supported after '1.0' release.

Latest version of neofs-node works with neofs-contract v0.9.0.

Contributing

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

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

Credits

NeoFS is maintained by NeoSPCC with the help and contributions from community members.

Please see CREDITS for details.

License