New issue
Advanced search Search tips

Issue 636638 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Dec 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug
OKR



Sign in to add a comment

Build Google Storage API Client

Project Member Reported by dgarr...@chromium.org, Aug 11 2016

Issue description

Currently Chromite uses gsutil to talk to Google Storage. The GS team has changed their policy, and are now encouraging users to use their API directly.

We should consider implementing our own client as a library.

Advantages:
 * Connection pooling to improve performance (reduced authentication).
 * More precise error feedback/handling.

Disadvantages:
 * Will destabilize something that's currently stable.
 * Must reimplement a large number of advanced GS features.
 * Must directly support going forward.
 
Labels: -Pri-2 Pri-3

Comment 2 by dshi@chromium.org, Aug 13 2016

Labels: -current-issue -Pri-3 OKR Pri-2
Still desired?
Status: WontFix (was: Untriaged)
If it were cheap to implement, then I'd love to have connection pooling. But it'll be expensive.

Sign in to add a comment