...
Code Block | ||
---|---|---|
| ||
fileStorageConfig: internal: enabled: true uploads: size: 1Gi storageClass: default claimName: accessMode: ReadWriteMany media: size: 1Gi storageClass: default claimName: accessMode: ReadWriteOnce privateMedia: size: 1Gi storageClass: default # fileStorageConfig.internal.privateMedia.claimName -- Use an existing PVC to persist data. If unspecified, a claim will be created with the name "button3d-private-media" claimName: # fileStorageConfig.internal.privateMedia.subPath -- Mount a sub directory of the persistent volume if set subPath: "" # fileStorageConfig.internal.privateMedia.accessMode -- Set to ReadWriteMany if storage needs to be accessed from another pod accessMode: ReadWriteOnce |
Settings Key | Possible Values | Description |
---|---|---|
| An AWS Region, egĀ | Specify the region of the S3 Bucket |
| A valid S3-Bucket name | The name of the bucket that holds the public media files |
| A valid S3-Bucket name | The name of the bucket that holds the private media files |
| A valid S3-Bucket name | The name of the bucket that holds the uploads (eg - 3D files) |
| Any String | The access key of the IAM user that should access the private and public media buckets |
| Any String | The secret key of the IAM user that should access the private and public media buckets |