Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while storing an local file into the s3 bucket #8

Open
yash-ghelani-dsw opened this issue Jan 19, 2023 · 0 comments
Open

Error while storing an local file into the s3 bucket #8

yash-ghelani-dsw opened this issue Jan 19, 2023 · 0 comments

Comments

@yash-ghelani-dsw
Copy link

hi,
I was trying to dump a local yaml file into the s3 bucket(locally deployed) using the put_object function, Below code shows the same.

put_object(file = "test.yaml", object = "test.yaml", bucket = "mlflow", use_https = F)

but it gives following error:

Error in missing(base_url): 'missing' can only be used for arguments
Traceback:

  1. put_object(file = "test.yaml", object = "test.yaml", bucket = "mlflow")

I have no clue about the error meanwhile bucketlist() function runs well and provides the list of buckets (So It confirms that there is no issue related to baseurl or credentials)

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

No branches or pull requests

1 participant