Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.05 KB

Swift.md

File metadata and controls

21 lines (12 loc) · 1.05 KB

Onepanel.Swift

Properties

Name Type Description Notes
type String The type of storage. `type = "swift"` Storage backend compatible with OpenStack SWIFT protocol.
authUrl String The URL to OpenStack Identity Service (Keystone) V3.
containerName String The name of the Swift storage container.
blockSize Number Storage block size in bytes. [optional]
storagePathType String Determines how the logical file paths will be mapped on the storage. 'canonical' paths reflect the logical file names and directory structure, however each rename operation will require renaming the files on the storage. 'flat' paths are based on unique file UUID's and do not require on-storage rename when logical file name is changed. [optional] [default to 'flat']

Enum: TypeEnum

  • swift (value: "swift")