Discuss this help topic in SecureBlackbox Forum
Writes (overwrites) data object to the storage.
Declaration
Parameters
- BucketName - name of the bucket with object
- Key - a unique identifier of the object within a bucket
- Obj - data object to be overwritten
- Data - stream containing object data
- ContentType - specifies content type of the object
- ContentDisposition - specifies content disposition of the object
- Metadata - contains metadata of the object
- Headers -
- Handler - security handler used to perform the operation
- StorageClass - ...
- ContentEncoding - ...
- NewETag - ...
- Strm - ...
Description
Use this method to write or overwrite data to the storage.
Discuss this help topic in SecureBlackbox Forum