HomePhabricator
Diffusion Comm 10418a34d84b

[blob-service] Standardize localstack config

Description

[blob-service] Standardize localstack config

Summary:
We should have one standard way of configuring localstack endpoint for all services. This diff standardizes the localstack config for blob-service.
I consider Tunnelbroker as state-of-the-art solution for localstack endpoint configuration.

TL;DR

cargo run -- --sandbox --localstack-url "http://localhost:4566"

-->

cargo run

The LOCALSTACK_ENDPOINT env variable is automatically provided by Nix so no need to specify --localstack-endpoint explicitly.

Test Plan: Ran the above command and it worked. Blob service integration tests are working.

Reviewers: michal, jon

Reviewed By: jon

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D8835

Details

Provenance
bartekAuthored on Aug 16 2023, 8:07 AM
Reviewer
jon
Differential Revision
D8835: [blob-service] Standardize localstack config
Parents
rCOMMd89982af1fce: [Shared] Create shared grpc_client library
Branches
Unknown
Tags
Unknown