DocumentUploadConfig
Contains information the client needs to actually send the encrypted file up for storage
type DocumentUploadConfig {
bucket: String!
}
Fields
DocumentUploadConfig.bucket
● String!
non-null scalar
The GCP bucket where the file(s) should be saved when uploading
Member of
PrepareDocumentUploadPayload
object