• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H31-Oct-2021-

backcomp/H31-Oct-2021-

edge/H31-Oct-2021-

examples/walkthrough/H31-Oct-2021-

internal/H31-Oct-2021-

private/H31-Oct-2021-

scripts/H31-Oct-2021-

telemetry/H31-Oct-2021-

testsuite/H31-Oct-2021-

.clabotH A D31-Oct-20211,023

.gitignoreH A D31-Oct-2021373

.gitreviewH A D31-Oct-202176

CODE_OF_CONDUCT.mdH A D31-Oct-20213.6 KiB

JenkinsfileH A D31-Oct-20219.7 KiB

LICENSEH A D31-Oct-20211 KiB

MAINTAINERS.mdH A D31-Oct-20213.2 KiB

MakefileH A D31-Oct-2021191

README.mdH A D31-Oct-20211.9 KiB

access.goH A D31-Oct-202111.9 KiB

access_test.goH A D31-Oct-20211.7 KiB

bucket.goH A D31-Oct-20214.6 KiB

buckets.goH A D31-Oct-20212.9 KiB

common.goH A D31-Oct-20213.8 KiB

config.goH A D31-Oct-20212.5 KiB

doc.goH A D31-Oct-20217.4 KiB

download.goH A D31-Oct-20213.7 KiB

encryption.goH A D31-Oct-2021813

go.modH A D31-Oct-2021996

go.sumH A D31-Oct-202132.4 KiB

move.goH A D31-Oct-20214.1 KiB

multipart.goH A D31-Oct-202112.4 KiB

multipart_iterators.goH A D31-Oct-20218.4 KiB

object.goH A D31-Oct-20214.1 KiB

object_test.goH A D31-Oct-2021875

objects.goH A D31-Oct-20214.2 KiB

project.goH A D31-Oct-20215.7 KiB

project_multipart.goH A D31-Oct-20213.2 KiB

tls.goH A D31-Oct-2021953

upload.goH A D31-Oct-20214.9 KiB

README.md

1# Libuplink
2
3Go library for Storj V3 Network.
4
5[![Go Report Card](https://goreportcard.com/badge/storj.io/uplink)](https://goreportcard.com/report/storj.io/uplink)
6[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://pkg.go.dev/storj.io/uplink)
7
8<img src="https://github.com/storj/storj/raw/main/resources/logo.png" width="100">
9
10Storj is building a decentralized cloud storage network.
11[Check out our white paper for more info!](https://storj.io/whitepaper)
12
13----
14
15Storj is an S3-compatible platform and suite of decentralized applications that
16allows you to store data in a secure and decentralized manner. Your files are
17encrypted, broken into little pieces and stored in a global decentralized
18network of computers. Luckily, we also support allowing you (and only you) to
19retrieve those files!
20
21[![Introducing Storj DCS—Decentralized Cloud Storage for Developers](https://img.youtube.com/vi/JgKdBRIyIps/hqdefault.jpg)](https://www.youtube.com/watch?v=JgKdBRIyIps)
22
23### A Note about Versioning
24
25Our versioning in this repo is intended to primarily support the expectations of the
26[Go modules](https://blog.golang.org/using-go-modules) system, so you can expect that
27within a major version release, backwards-incompatible changes will be avoided at high
28cost. This is not the case with our downstream repo,
29[storj/storj](https://github.com/storj/storj/).
30
31# Documentation
32
33- [Go Doc](https://pkg.go.dev/storj.io/uplink)
34- [Libuplink Walkthrough](https://github.com/storj/storj/wiki/Libuplink-Walkthrough)
35
36# Language bindings
37
38- [Uplink-C](https://github.com/storj/uplink-c)
39
40# License
41
42This library is distributed under the
43[MIT license](https://opensource.org/licenses/MIT) (also known as the Expat license).
44
45# Support
46
47If you have any questions or suggestions please reach out to us on [our community forum](https://forum.storj.io/) or file a support ticket at https://support.storj.io.
48