Skip to content

Commit 84971e4

Browse files
authored
Mention removed top_hash parameter in push() docs (#4116)
1 parent 536d703 commit 84971e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

api/python/quilt3/packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,7 @@ def push(
13861386
name: name for package in registry
13871387
dest: where to copy the objects in the package. Must be either an S3 URI prefix (e.g., s3://$bucket/$key)
13881388
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.
13891390
registry: registry where to create the new package
13901391
message: the commit message for the new package
13911392
selector_fn: An optional function that determines which package entries should be copied to S3.

docs/api-reference/Package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ __Arguments__
303303
* __name__: name for package in registry
304304
* __dest__: where to copy the objects in the package. Must be either an S3 URI prefix (e.g., s3://$bucket/$key)
305305
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.
306307
* __registry__: registry where to create the new package
307308
* __message__: the commit message for the new package
308309
* __selector_fn__: An optional function that determines which package entries should be copied to S3.

0 commit comments

Comments
 (0)