Home | History | Annotate | Download | only in gslib

Lines Matching defs:Manifest

2618                 headers=None, manifest=None, gzip_exts=None):
2632 manifest: optional manifest for tracking copy operations.
2740 # Set the source size in the manifest.
2741 manifest.Set(src_url.url_string, 'size', src_obj_size)
2831 class Manifest(object):
2832 """Stores the manifest items for the CpCommand class."""
2845 """Load and parse a manifest file.
2861 # No header and thus not a valid manifest file.
2863 'Missing headers in manifest file: %s' % self.manifest_path)
2879 """Opens the manifest file and assigns it to the file pointer."""
2897 raise CommandException('Could not create manifest file.')
2926 """Writes a manifest entry to the manifest file for the url argument."""
2941 # the same time. This would cause a garbled mess in the manifest file.