class AWS::S3::UploadedPartCollection

def list_options(options)

def list_options(options)
  opts = super
  opts.merge!(:bucket_name => upload.object.bucket.name,
              :key => upload.object.key,
              :upload_id => upload.id)
  opts
end