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

[Proposed Feature] AWS Usage Instructions for Windows #29

Open
m-mohr opened this issue Apr 2, 2024 · 1 comment
Open

[Proposed Feature] AWS Usage Instructions for Windows #29

m-mohr opened this issue Apr 2, 2024 · 1 comment

Comments

@m-mohr
Copy link

m-mohr commented Apr 2, 2024

Description of Feature:

The current Usage Instructions on the AWS Credentials page on Source Coop directly lists some code snippets to set env variables.
They seem to be for Linux (and MacOS?).

I think I'd mention that explicitly. Or even better would be to add instructions for Windows, too.

What value is this feature adding to Source Cooperative?

Windows users have it easier.

@m-mohr
Copy link
Author

m-mohr commented Apr 2, 2024

I just wanted to provide a PR, but I don't see any code here?

I'd propose to add at the end:

Upload the current directory to the repository
aws s3 sync . s3://us-west-2.opendata.source.coop/fiboa/de-nrw/

And env variable code for Windows PowerShell:

$Env:AWS_DEFAULT_REGION="us-west-2"
$Env:AWS_ACCESS_KEY_ID="..."
$Env:AWS_SECRET_ACCESS_KEY="..."
$Env:AWS_SESSION_TOKEN="..."

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

No branches or pull requests

1 participant