nixery/server/storage
Vincent Ambo 68b89273c2 fix(server): Ensure paths exist when renaming in filesystem storage
The point at which files are moved happens to also (initially) be the
point where the `layers` directory is created. For this reason
renaming must ensure that all path components exist, which this commit
takes care of.
2019-10-28 22:31:44 +01:00
..
filesystem.go fix(server): Ensure paths exist when renaming in filesystem storage 2019-10-28 22:31:44 +01:00
gcs.go refactor(server): Pass HTTP request to storage.ServeLayer 2019-10-28 22:31:44 +01:00
storage.go refactor(server): Pass HTTP request to storage.ServeLayer 2019-10-28 22:31:44 +01:00