Documentation
¶
Overview ¶
Copyright 2024 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
The server accepts below requests:
- HEAD /download/<bucket>/path/to/file Return only the meta data of file in header.
- GET /download/<bucket>/path/to/file Download the file from google storage.
- GET /extract/<bucket>/path/to/archive-tar?file=path/to/file Download the archive tar and return specified file.
- GET /decompress/<bucket>/path/to/comopressed-file Download the compressed file and return the decompressed data.
- GET /mkfs-<FS_type>?file=<bucket>/path/to/file&file=... Download the files specified by parameters and use them to create a file system image in type of <FS_type>. Currently, the FS type supported are: ext2/3/4, squashfs, erofs
Copyright 2024 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Click to show internal directories.
Click to hide internal directories.