Discuss this help topic in SecureBlackbox Forum
Creates data object.
Declaration
Parameters
- BucketName - name of the bucket with object
- Bucket - bucket with object
- ObjName - object name
- 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 - ...
Return value
Instance of
TElAWSS3DataStorageObject class which contains newly created object.
Description
Use this method to create a new object in the storage.
Discuss this help topic in SecureBlackbox Forum