Method: Aws::S3Interface::S3ListBucketParser#tagstart

Defined in:
lib/s3/s3_interface.rb

#tagstart(name, attributes) ⇒ Object



1168
1169
1170
# File 'lib/s3/s3_interface.rb', line 1168

def tagstart(name, attributes)
  @current_key = {} if name == 'Contents'
end