// Copyright (C) 2018 Storj Labs, Inc. // See LICENSE for copying information. syntax = "proto3"; package objects; // SerializableMeta is the object metadata that will be stored serialized message SerializableMeta { string ContentType = 1; map UserDefined = 2; }