README.md
# GoogleApi.StorageTransfer
Storage Transfer API client library.
Transfers data from external data sources to a Google Cloud Storage bucket or between Google Cloud Storage buckets.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_storage_transfer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_storage_transfer, "~> 0.37"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/storage-transfer/docs](https://cloud.google.com/storage-transfer/docs).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_storage_transfer](https://hexdocs.pm/google_api_storage_transfer).