From f3c8cac1eee9c687b5e8135d1cbfb4f3fe9b3d19 Mon Sep 17 00:00:00 2001 From: JT Olio Date: Tue, 13 Apr 2021 21:41:47 -0600 Subject: [PATCH] storj/storj: more domain changes Change-Id: I91ae3bc36be38c27269f9e6e678fa3616b8e4d53 --- cmd/internal/wizard/wizard.go | 8 ++++---- cmd/uplink/cmd/share.go | 2 +- satellite/console/consoleweb/server.go | 2 +- scripts/testdata/satellite-config.yaml.lock | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/internal/wizard/wizard.go b/cmd/internal/wizard/wizard.go index c29b91e07..e33480c27 100644 --- a/cmd/internal/wizard/wizard.go +++ b/cmd/internal/wizard/wizard.go @@ -45,9 +45,9 @@ func PromptForAccessName() (string, error) { // PromptForSatellite handles user input for a satellite address to be used with wizards. func PromptForSatellite(cmd *cobra.Command) (string, error) { satellites := []string{ - "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us-central-1.tardigrade.io:7777", - "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@europe-west-1.tardigrade.io:7777", - "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6@asia-east-1.tardigrade.io:7777", + "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777", + "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@eu1.storj.io:7777", + "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6@ap1.storj.io:7777", } _, err := fmt.Print("Select your satellite:\n") @@ -179,7 +179,7 @@ Enter your encryption passphrase: `) // PromptForTracing handles user input for consent to turn on tracing to be used with wizards. func PromptForTracing() (bool, error) { _, err := fmt.Printf(` -With your permission, Tardigrade can automatically collect analytics information from your uplink CLI and send it to Storj Labs (makers of Tardigrade) to help improve the quality and performance of our products. This information is sent only with your consent and is submitted anonymously to Storj Labs: (y/n) +With your permission, Storj can automatically collect analytics information from your uplink CLI to help improve the quality and performance of our products. This information is sent only with your consent and is submitted anonymously to Storj Labs: (y/n) `) if err != nil { return false, err diff --git a/cmd/uplink/cmd/share.go b/cmd/uplink/cmd/share.go index 8556fe587..7aabff0d5 100644 --- a/cmd/uplink/cmd/share.go +++ b/cmd/uplink/cmd/share.go @@ -33,7 +33,7 @@ var shareCfg struct { NotAfter string `help:"disallow access after this time (e.g. '+2h', '2020-01-02T15:01:01-01:00')" basic-help:"true"` AllowedPathPrefix []string `help:"whitelist of path prefixes to require, overrides the [allowed-path-prefix] arguments"` ExportTo string `default:"" help:"path to export the shared access to" basic-help:"true"` - BaseURL string `default:"https://link.tardigradeshare.io" help:"the base url for link sharing" basic-help:"true"` + BaseURL string `default:"https://link.us1.storjshare.io" help:"the base url for link sharing" basic-help:"true"` Register bool `default:"false" help:"if true, creates and registers access grant" basic-help:"true"` URL bool `default:"false" help:"if true, returns a url for the shared path. implies --register and --public" basic-help:"true"` diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index e162f4514..1268c82a7 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -88,7 +88,7 @@ type Config struct { CouponCodeUIEnabled bool `help:"indicates if user is allowed to add coupon codes to account" default:"false"` FileBrowserFlowDisabled bool `help:"indicates if file browser flow is disabled" default:"false"` CSPEnabled bool `help:"indicates if Content Security Policy is enabled" devDefault:"false" releaseDefault:"true"` - LinksharingURL string `help:"url link for linksharing requests" default:"https://link.tardigradeshare.io"` + LinksharingURL string `help:"url link for linksharing requests" default:"https://link.us1.storjshare.io"` PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"` RateLimit web.IPRateLimiterConfig diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index 9bb879558..746a93b56 100755 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -125,7 +125,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.let-us-know-url: https://storjlabs.atlassian.net/servicedesk/customer/portals # url link for linksharing requests -# console.linksharing-url: https://link.tardigradeshare.io +# console.linksharing-url: https://link.us1.storjshare.io # enable open registration # console.open-registration-enabled: false