Merge pull request #1968 from syuilo/object-storage
Object storage support
This commit is contained in:
commit
7432de3d33
45 changed files with 174 additions and 159 deletions
|
@ -37,7 +37,7 @@ export default async function(ctx: Koa.Context) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (file.metadata.isMetaOnly) {
|
||||
if (file.metadata.withoutChunks) {
|
||||
ctx.status = 204;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue