aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/file/GcsStorage.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add blob storage abstractionsv1.8.15Jakob Odersky2018-04-061-0/+1
|
* Apply new formattingJakob Odersky2017-11-201-4/+5
|
* Fix directory listing of GCS bucketsv0.16.10Jakob Odersky2017-09-201-2/+8
|
* Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-021-1/+1
|
* Fix GCS streaming and listingv0.14.3Jakob Odersky2017-07-311-2/+3
|
* Add streaming download to file storage.v0.14.0Jakob Odersky2017-07-251-1/+30
| | | | This enables downloading of content without saving it to a file.
* Add file existence checking to file storagev0.13.15Jakob Odersky2017-06-211-0/+9
|
* Check for null values in gcs directory listingv0.13.12Jakob Odersky2017-06-191-8/+14
| | | | | | GCS: when listing, always assume the path is a directory GCS: fix unit test
* Add signedFileUrl methodZach Smith2017-05-041-1/+11
|
* Add GCS file storage implementationZach Smith2017-05-041-0/+72