s3_file_tag_delete
delete file tags
s3_file_tag_info
get file tags
s3_file_tag_info
Usage
s3_file_tag_delete(path)
s3_file_tag_info(path)
s3_file_tag_update(path, tags, overwrite = FALSE)
Arguments
- path
(character): A character vector of paths or s3 uri
- tags
(list): Tags to be applied
- overwrite
(logical): To overwrite tagging or to modify inplace. Default will
modify inplace.