Skip to content

Commit

Permalink
remove credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
tischi committed Jan 9, 2025
1 parent 058e179 commit 1465413
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/debug/DebugSomething.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public static void main( String[] args )

OpenMoBIEProjectWithS3CredentialsCommand command = new OpenMoBIEProjectWithS3CredentialsCommand();
command.uri = "https://s3.gwdg.de/fruitfly-larva-em";
command.s3SecretKey = "6FTq9mQwDyGvClVMvusftlMU9DhPDEr3VAJiz3MA";
command.s3AccessKey = "FK1YVED7MTDQAMZKWS7P";
command.location = DataFormats.Location.Remote;
command.run();

Expand Down

0 comments on commit 1465413

Please sign in to comment.