dilimap.s3.write
- dilimap.s3.write(obj, filename, package_name='public/data', registry='s3://dilimap', **kwargs)
Write an object to an S3 registry.
- Parameters:
obj – The object to write to the package.
filename (str) – The name of the file within the package.
package_name (str, optional) – The name of the package, e.g., ‘public/data’, ‘public/model’ or ‘propietary/data’
registry (str, optional) – The S3 registry where the package is stored. Defaults to ‘s3://dilimap’.
**kwargs – Additional arguments passed to the
add_objmethod.