# File lib/aws/s3/bucket_tag_collection.rb, line 89
      def to_h
        client.get_bucket_tagging(:bucket_name => bucket.name).data[:tags]
      rescue AWS::S3::Errors::NoSuchTagSet
        {}
      end