powered by
s3_file_delete delete files in AWS S3
s3_file_delete
s3_dir_delete delete directories in AWS S3 recursively.
s3_dir_delete
s3_file_delete(path, ...)s3_dir_delete(path)
s3_dir_delete(path)
character vector of s3 uri paths
(character): A character vector of paths or s3 uris.
parameters to be passed to s3_delete_objects
s3_delete_objects
if (FALSE) { # Require AWS S3 credentials temp_file = s3_file_temp(tmp_dir= "MyBucket") s3_file_create(temp_file) s3_file_delete(temp_file) }
Run the code above in your browser using DataLab