It's quite possible that multiple collaborators on a data project will have multiple AWS profiles, and that the aws profile name for the shared resource do not match ~/.aws/credentials. For example, one user could have the shared creds under "default", while another user has them under "work".
While members could sidestep this issue by duplicating the credentials under a new, common name, it would be nice to support profile customizations by user.
We should update the data push and pull commands so that precedence is given to environment variables, if present when invoking aws s3 sync.
/cc @myersjustinc
It's quite possible that multiple collaborators on a data project will have multiple AWS profiles, and that the aws profile name for the shared resource do not match
~/.aws/credentials. For example, one user could have the shared creds under "default", while another user has them under "work".While members could sidestep this issue by duplicating the credentials under a new, common name, it would be nice to support profile customizations by user.
We should update the data
pushandpullcommands so that precedence is given to environment variables, if present when invokingaws s3 sync./cc @myersjustinc