7 Commits

Author SHA1 Message Date
Abe Haskins
2cc2293528 Fixes #3406 (#3410)
Co-authored-by: joehan <joehanley@google.com>
2021-05-26 14:03:18 -07:00
Abe Haskins
a0128387da Storage Emulator "Fast-Follow" Bug Fixes (#3403) 2021-05-26 12:20:35 -05:00
Sam Stern
769cb0fd21 Actually run storage integration tests (#3320) 2021-05-24 12:13:23 -04:00
Abe Haskins
ecb04c16c8 Storage Emulator Fixes / Improvements (#3370) 2021-05-17 16:48:52 -05:00
Johan Preynat
a4af4b1500 Fix storage emulator for file.delete() API (#3375)
* Don't iterate randomly on auth:export command

* auth:export: Ensure process ends only when all data has been flushed

* Don't use arrow function and comment

* Add CHANGELOG entry

* Add failing test

* Fix gcloud API endpoint to delete a file

* Simplify checking if file has been deleted in test

* Rewrite test to use a nested path and make sure it has been properly created then deleted
2021-05-17 12:10:14 -07:00
Johan Preynat
f7bfba2ded Fix storage emulator for file.download() API (#3374) 2021-05-17 12:57:29 -05:00
Abe Haskins
93abee929d Implements Storage Emulator (#3230)
* Adds Storage Emulator

* npm run format

* Attempt to fix failing runtime test
2021-03-25 13:15:21 -07:00