Store file on HashiCorp AWS instance

I have installed HashiCorp on AWS instance. I want to store a file ( available in local system) to HashiCorp vault. I tried using kv secret engine but couldn’t achieve it.

How to transfer file from local system to HashiCorp vault ( setup on AWS instance)?

Can anyone help me? It’s urgent.

You want to store a file inside Vault? What is the use case for that?

I’d recommend encrypting the file with transit and storing the encrypted contents in your existing blob data storage.

yes, we can store files, api keys, credentials etc inside the vault.In my case, the credentials are stored inside the file.