save_quilt_item

save_quilt_item(location: str, key: str, package: Package, item: str) None[source]

Save item from Quilt package to key at specified location.

Parameters:
  • location – Object location (local path or S3 bucket).

  • key – Object key.

  • package – Quilt package.

  • item – Name of the item in the package.