Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Uploading Artifacts to S3 Endpoint #57

Open
alex-g-tejada opened this issue Aug 4, 2022 · 4 comments
Open

Uploading Artifacts to S3 Endpoint #57

alex-g-tejada opened this issue Aug 4, 2022 · 4 comments

Comments

@alex-g-tejada
Copy link

Is there a way to change the artifacts location other than local? I set MLFLOW_S3_ENDPOINT_URL with user/pass in the jupyternotebook but every run sends the model to metadata/mlflow/mlartifacts/..

@jinzhang21
Copy link
Collaborator

Yes. You can specify artifact_location in the profile config. For example here: https://github.com/mlflow/mlp-regression-template/blob/main/profiles/local.yaml#L4

@alex-g-tejada
Copy link
Author

Thanks @jinzhang21 I did try to replace this with a s3 url, but It still stores the artifacts locally

@bvarjavand
Copy link

Hi,
I've been reading source code to try to figure out how to resolve this.

I tried adding overrides in the local.yaml for the aws public and private keys but that prevents the pipeline from running

@jinzhang21
Copy link
Collaborator

Thanks for the feedback @alex-g-tejada and @bvarjavand ! We'll investigate this in the coming weeks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants