Skip to content

Commit

Permalink
Merge branch 'main' into bugfix-putobject
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryGeorgist authored Apr 30, 2024
2 parents 4854816 + 74fe25f commit a403d8c
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

1 comment on commit a403d8c

@HenryGeorgist
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clearing out minio secrets

Please sign in to comment.