# File lib/aws/s3/bucket_tag_collection.rb, line 60 def []= key, value self.set(self.to_h.merge(key => value)) end