Materials for uploading and downloading stage files
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FileTransferMaterial", "title": "FileTransferMaterial", "type": "object", "description": "Materials for uploading and downloading stage files", "properties": { "presigned_url": { "type": "string", "description": "Presigned url for file transfer, only works for Server Side Encrypted Stages.", "example": "https://www.example.com" } } }