File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1386,6 +1386,7 @@ def push(
1386
1386
name: name for package in registry
1387
1387
dest: where to copy the objects in the package. Must be either an S3 URI prefix (e.g., s3://$bucket/$key)
1388
1388
in the registry bucket, or a callable that takes logical_key and package_entry, and returns an S3 URI.
1389
+ (Changed in 6.0.0a1) previously top_hash was passed to the callable dest as a third argument.
1389
1390
registry: registry where to create the new package
1390
1391
message: the commit message for the new package
1391
1392
selector_fn: An optional function that determines which package entries should be copied to S3.
Original file line number Diff line number Diff line change @@ -303,6 +303,7 @@ __Arguments__
303
303
* __ name__ : name for package in registry
304
304
* __ dest__ : where to copy the objects in the package. Must be either an S3 URI prefix (e.g., s3://$bucket/$key)
305
305
in the registry bucket, or a callable that takes logical_key and package_entry, and returns an S3 URI.
306
+ (Changed in 6.0.0a1) previously top_hash was passed to the callable dest as a third argument.
306
307
* __ registry__ : registry where to create the new package
307
308
* __ message__ : the commit message for the new package
308
309
* __ selector_fn__ : An optional function that determines which package entries should be copied to S3.
You can’t perform that action at this time.
0 commit comments