Functions: com.ibm.streamsx.objectstorage 2.2.5

IBMStreams com.ibm.streamsx.objectstorage Toolkit > com.ibm.streamsx.objectstorage 2.2.5 > Functions

Functions

createBucket(T)
Creates a bucket if it doesn't exist.
createBucket(T, T)
Creates a bucket if it doesn't exist.
deleteAllObjects(T)
Deletes all objects in a bucket.
deleteBucket(T)
Deletes a bucket.
deleteObject(T, T)
Deletes an object in a bucket.
getObjectMetadata(T, T)
Get object metadata.
getObjectStorageURI(T)
Converts the bucket to a URI for the objectStorageURI parameter of the ObjectStorageSource, ObjectStorageScan and ObjectStorageSink operators.
getProtocolFromURI(T)
Extracts the protocol of the URI.
initialize(T)
Initialize S3 client using JSON IAM credentials from IBM Cloud Object Storage service.
initialize(T, T)
Initialize S3 client using JSON IAM credentials from IBM Cloud Object Storage service.
initialize(T, T, T)
Initialize S3 client using basic authentication.
initialize(T, T, T, boolean)
Initialize S3 client using basic authentication.
initialize_cos(T, T)
Initialize S3 client using JSON IAM credentials from IBM Cloud Object Storage service.
initialize_iam(T, T, T)
Initialize S3 client using IAM credentials.
listBuckets()
Lists all bucket names.
listObjects(T)
Lists all object names in a bucket.