Skip to main content

Asset URL

NameTypeDescription
storage_providerenum             
s3
gs
ftp
sftp
http
swift
swiftstack
akamains
relative
The type of file access.
urlstringThe complete URL for the file location.
accessanyOf         
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"
}
}
}