# File lib/aws/s3/uploaded_part_collection.rb, line 61
      def list_options(options)
        opts = super
        opts.merge!(:bucket_name => upload.object.bucket.name,
                    :key => upload.object.key,
                    :upload_id => upload.id)
        opts
      end