Asset URL
Name | Type | Description |
---|---|---|
storage_provider | enum s3 gs ftp sftp http swift swiftstack akamains relative | The type of file access. |
url | string | The complete URL for the file location. |
access | anyOf s3 gs ftp sftp http swift swift_stack akamains | This contains credentials granting access to the location. |
Asset URL Example
{
"uid": "source_file",
"kind": "source",
"payload": {
"kind": "asset_url",
"payload": {
"storage_provider": "s3",
"url": "s3://hybrik-examples/public/sources/sample1.mp4"
}
}
}