GithubHelp home page GithubHelp logo

Comments (5)

Erikvv avatar Erikvv commented on August 28, 2024

This seems a private command on the Jenkins server.

You can build the binaries using for example go build cmd/gateway-mt/main.go. Does that help you?

from edge.

amwolff avatar amwolff commented on August 28, 2024

Hi @muyan9,

storj-release is available here if you would like to use it to build components.

As Erik points out, you can always build or install Gateway-MT/Auth Service/Link Sharing Service without it, e.g.

% cd gateway-mt/cmd/gateway-mt/
% go build

from edge.

muyan9 avatar muyan9 commented on August 28, 2024

@Erikvv @amwolff Thanks for the help, I know go build can compile.
The gateway command compiled by make install-sim has no setup option. I want to see why.
Maybe I have confused the use of gateway-mt and gateway-st. I will study the documentation later.

from edge.

Erikvv avatar Erikvv commented on August 28, 2024

Indeed gateway-mt does not have a setup command.

In order to get S3 credentials you need to run it together with https://github.com/storj/gateway-mt/blob/main/cmd/authservice/main.go and do it via the REST api:

curl --request POST \
  --url https://auth.ap1.storjshare.io/v1/access \
  --header 'Content-Type: application/json' \
  --data '{
	"access_grant": "asdf",
	"public": false
}'

We do intend to converge gateway-mt and gateway-st in the future.

from edge.

muyan9 avatar muyan9 commented on August 28, 2024

@Erikvv oh, thank you

from edge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.