[RESOLVIDO] Erro ao Instalar Goofy

Sempre que tento instalar o goofy da o seguinte erro:

go get GitHub - kahing/goofys: a high-performance, POSIX-ish Amazon S3 file system written in Go

github.com/kahing/goofys/api/common
go/src/github.com/kahing/goofys/api/common/conf_azure.go:272:34: accountsRes.Value undefined (type storage.AccountListResultPage has no field or method Value)
go/src/github.com/kahing/goofys/api/common/conf_azure.go:373:35: not enough arguments in call to client.ListKeys
have (context.Context, string, string)
want (context.Context, string, string, storage.ListKeyExpand)

Alguem sabe oque pode ser?

Você tem o “go” instalado corretamente?

sim

daniel@DanielUbuntu:~/chia-blockchain/chia-blockchain-gui$ go version
go version go1.14.9 linux/amd64

Velho, pra que dor de cabeça compilando isso? No README tá dizendo pra usar o binário pré compilado:

Instalação

Logo o ideal seria baixar assim:

sudo wget "https://github.com/kahing/goofys/releases/latest/download/goofys" -o /bin/goofys

E deixar executável com:

sudo chmod +x /bin/goofys

Instalei Linux hoje de madrugada e nenhum desses binarios funcionou pra mim, todos que instalei nĂŁo executam

1 curtida

Então provavelmente é uma falha no projeto, tem um X vermelho lá o que é um forte indício de algo está errado

Crie o Arquivo

/root/.aws/credentials.

Com suas credenciais

[default]
aws_access_key_id = <copied from polycloud website>
aws_secret_access_key = <copied from polycloud website>

siga o resto

wget https://github.com/kahing/goofys/releases/latest/download/goofys
chmod +x goofys
mkdir ~/polycloud
sudo ./goofys --endpoint https://polycloud.crowdapis.com --uid $(id -u) --gid $(id -g) -o allow_other SEUBUCKET ~/polycloud
1 curtida