s3_put_object_tagging: Sets tags on s3 object overwriting all existing tags. Note:...

View source: R/s3.R

s3_put_object_taggingR 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


daroczig/botor documentation built on March 15, 2023, 12:23 p.m.