Skip to content

Commit

Permalink
Merge branch 'bugfix-putobject' of https://github.com/USACE/cc-dotnet…
Browse files Browse the repository at this point in the history
…-sdk into bugfix-putobject
  • Loading branch information
HenryGeorgist committed Apr 30, 2024
2 parents e4fe25c + a403d8c commit 99a0b74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@

The dotnet sdk for developing plugins for [cloud computes](https://github.com/USACE/cloudcompute)



Steps for a new release

- Update PackageVersion in [Usace.CC.Plugin](Usace.CC.Plugin/Usace.CC.Plugin.csproj)
- Create a new release with tag such as 'v1.0.5' , that matches the PackageVersion above.
- the workflow [publish.yml](.github/workflows/publish.yml) saves a nuget package to https://nuget.pkg.github.com/USACE/


warning: Don't re-use release tags
4 changes: 2 additions & 2 deletions samples/dss2csv/DssToCsvConcept.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ internal class DssToCsvConcept
public static async Task Main(string[] args)
{
/*
KARL_AWS_ACCESS_KEY_ID=mlbDUcvzWyoyd3gy
KARL_AWS_ACCESS_KEY_ID=<access-key-here>
KARL_AWS_DEFAULT_REGION=us-west-2
KARL_AWS_S3_BUCKET=karl
KARL_AWS_SECRET_ACCESS_KEY=BYj3wYldnVqBZoDcuVgq1LQYHzEgZPmR
KARL_AWS_SECRET_ACCESS_KEY=<key>
KARL_S3_ENDPOINT=http://192.168.206.129:9000
KARL_S3_MOCK=True
*/
Expand Down

0 comments on commit 99a0b74

Please sign in to comment.