Skip to content

Commit 55801ca

Browse files
authored
feat(ipfs): add url in Meta object and set status queued transient (#3123)
1 parent 296938e commit 55801ca

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/moby/buildkit v0.11.6
2727
github.com/opencontainers/go-digest v1.0.0
2828
github.com/pkg/errors v0.9.1
29-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230510093006-b00ddce97048
29+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230511075319-50307678b060
3030
github.com/spf13/cobra v1.7.0
3131
github.com/spf13/pflag v1.0.5
3232
github.com/stretchr/testify v1.8.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj
483483
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
484484
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
485485
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
486-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230510093006-b00ddce97048 h1:kTC0xKY/C2nsmjNJezBi2ubddeEsJaTpNg9Jf8HN8ww=
487-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230510093006-b00ddce97048/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
486+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230511075319-50307678b060 h1:iOTthl2/94o9gFmOwdwtBSxlvWzxNDIGpE1Vqn5l0G8=
487+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.16.0.20230511075319-50307678b060/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
488488
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
489489
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
490490
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

internal/namespaces/ipfs/v1alpha1/ipfs_cli.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,12 @@ func ipfsIpfsAddCid() *core.Command {
328328
Deprecated: false,
329329
Positional: false,
330330
},
331+
{
332+
Name: "meta.url",
333+
Required: false,
334+
Deprecated: false,
335+
Positional: false,
336+
},
331337
{
332338
Name: "pin-options.required-zones.{index}",
333339
Required: false,

0 commit comments

Comments
 (0)