s3_put_object_tagging {botor} | R Documentation |
Sets tags on s3 object overwriting all existing tags. Note: tags and metadata tags are not the same
Description
Sets tags on s3 object overwriting all existing tags. Note: tags and metadata tags are not the same
Usage
s3_put_object_tagging(uri, tags)
Arguments
uri |
string, URI of an S3 object, should start with s3:// , then bucket name and object key
|
tags |
named character vector, e.g. c(my_first_name = 'my_first_value', my_second_name = 'my_second_value') where names are the tag names and values are the tag values.
|
References
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.put_object_tagging
[Package
botor version 0.4.0
Index]