Contenu principal

parallel.cluster.generic.awsbatch.deleteJobFilesFromS3

Delete job files from Amazon S3

Description

parallel.cluster.generic.awsbatch.deleteJobFilesFromS3(job,s3Bucket,s3Prefix) deletes the files for job, which are located in the folder s3://s3Bucket/s3Prefix, from Amazon S3™.

Note

This function requires the Parallel Computing Toolbox™ plugin for MATLAB® Parallel Server™ with AWS® Batch. For an example of how to use the function, see the plugin scripts.

Input Arguments

collapse all

MATLAB job, specified as a parallel.job.CJSIndependentJob object.

Data Types: parallel.job.CJSIndependentJob

S3 bucket where the job files are stored, specified as a character vector or string scalar.

Data Types: char | string

Prefix of the S3 location that contains the job files, specified as a character vector or a string scalar.

Data Types: char | string

Version History

Introduced in R2019b