Hi,
For many use cases, when importing from s3, the s3 bucket from which data is imported requires credentials or a profile. Right now, it does not seem possible to specify these (even though it is possible for a s3 remote with dvc remote modify myremote profile myprofile).
I know that is it possible to work around that by using dvc run instead, but providing a way to specify a profile or credential would be a welcome feature in dvc import. It could look like:
dvc import s3://mybucket/myfile destination --profile myprofile
Thanks!