View source: R/s3control_operations.R
| s3control_untag_resource | R Documentation |
This operation removes the specified user-defined tags from an S3 resource. You can pass one or more tag keys.
See https://www.paws-r-sdk.com/docs/s3control_untag_resource/ for full documentation.
s3control_untag_resource(AccountId, ResourceArn, TagKeys)
AccountId |
[required] The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from. |
ResourceArn |
[required] The Amazon Resource Name (ARN) of the S3 resource that you're removing tags from. The tagged resource can be a directory bucket, S3 Storage Lens group or S3 Access Grants instance, registered location, or grant. |
TagKeys |
[required] The array of tag key-value pairs that you're trying to remove from of the S3 resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.