View Source Fast.GCP.Storage.Client (Fast v0.9.0)
Client for Google Cloud Storage JSON API V1.
https://cloud.google.com/storage/docs/downloading-objects
curl -X GET -H "Authorization: Bearer [OAUTH2_TOKEN]" -o "[SAVE_TO_LOCATION]" "https://www.googleapis.com/storage/v1/b/[BUCKET_NAME]/o/[OBJECT_NAME]?alt=media"
Link to this section Summary
Link to this section Functions
@spec get( binary(), keyword() ) :: Fast.GCP.Storage.Client.Success.t() | Fast.GCP.Storage.Client.Error.t()