contentBase64

@JvmName(name = "qokrctaopeblbqmb")
suspend fun contentBase64(value: Output<String>)
@JvmName(name = "jhqmxoxuwkwcaxah")
suspend fun contentBase64(value: String?)

Parameters

value

Base64-encoded data that will be decoded and uploaded as raw bytes for the object content. This allows safely uploading non-UTF8 binary data, but is recommended only for small content such as the result of the gzipbase64 function with small text strings. For larger objects, use source to stream the content from a disk file.