ExAws.S3.put_object_tagging

You're seeing just the function put_object_tagging, go back to ExAws.S3 module for more information.
Link to this function

put_object_tagging(bucket, object, tags, opts \\ [])

View Source

Specs

put_object_tagging(
  bucket :: binary(),
  object :: binary(),
  tags :: Access.t(),
  opts :: Keyword.t()
) :: ExAws.Operation.S3.t()

Add a set of tags to an existing object

Options

  • :version_id - The versionId of the object that the tag-set will be added to.