Skip to content

Commit

Permalink
fixup! fixup! cmd: remove deprecated storage flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Apr 12, 2021
1 parent fa72fb5 commit c9613c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions cmd/livepeer/livepeer.go
Original file line number Diff line number Diff line change
Expand Up @@ -712,9 +712,6 @@ func main() {
}

if *objectstore != "" {
if driversTesting := os.Getenv("OBJECT_STORE_TESTING"); driversTesting == "true" {
drivers.Testing = true
}
prepared, err := drivers.PrepareOSURL(*objectstore)
if err != nil {
glog.Error("Error creating object store driver: ", err)
Expand Down
2 changes: 1 addition & 1 deletion test_args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ run_lp -broadcaster -verifierUrl http://host -verifierPath path
kill $pid

# Check OK with verifier + external storage
OBJECT_STORE_TESTING=true run_lp -broadcaster -verifierUrl http://host -objectStore memory://store1
run_lp -broadcaster -verifierUrl http://host -objectStore s3+https://ACCESS_KEY_ID:ACCESS_KEY_PASSWORD@s3api.example.com/bucket-name
kill $pid

# Check that HTTP ingest is disabled when -httpAddr is publicly accessible and there is no auth webhook URL and -httpIngest defaults to false
Expand Down

0 comments on commit c9613c1

Please sign in to comment.