sticky-printer-535
05/19/2022, 5:15 PM.
(dot, like current directory) well and does not download the tar.gz at all.
Reproduced this with this minimal example:
import os
from flytekit.tools.fast_registration import download_distribution as _download_distribution
os.environ["AWS_ACCESS_KEY_ID"] = "key_id"
os.environ["AWS_SECRET_ACCESS_KEY"] = "secret_access_key"
destination = "."
_download_distribution(
additional_distribution="<s3://bucket/fast-register.tar.gz>",
destination=".")
It works if I replace destination
with is ./
in this example. The issue is, that .
is set by propeller (this is at least my understanding). Is there any way I can configure that?boundless-pizza-95864
05/19/2022, 6:38 PMfreezing-airport-6809
freezing-airport-6809