forked from TrueCloudLab/frostfs-api-go
object: Add default filename user header key for third party apps
This commit is contained in:
parent
47594556de
commit
124666a142
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ import (
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// FilenameHeader is a user header key for names of files, stored by third
|
||||||
|
// party apps. We recommend to use this header to be compatible with neofs
|
||||||
|
// http gate, neofs minio gate and neofs-dropper application.
|
||||||
|
const FilenameHeader = "filename"
|
||||||
|
|
||||||
// ByteSize used to format bytes
|
// ByteSize used to format bytes
|
||||||
type ByteSize uint64
|
type ByteSize uint64
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue