Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 604 Bytes

S3Credentials.md

File metadata and controls

19 lines (10 loc) · 604 Bytes

Onepanel.S3Credentials

Properties

Name Type Description Notes
type String Type of the storage. Must be given explicitly and must match the actual type of subject storage - this redundancy is needed due to limitations of OpenAPI polymorphism.
accessKey String The access key to the S3 storage. [optional] [default to '']
secretKey String The secret key to the S3 storage. [optional] [default to '']

Enum: TypeEnum

  • s3 (value: "s3")