Skip to content

Commit

Permalink
fix: typo in play credentals
Browse files Browse the repository at this point in the history
fixes #914
  • Loading branch information
harshavardhana committed Nov 10, 2023
1 parent a01a6e7 commit 87a0d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using Minio.DataModel.Args;
public static class Program
{
var endpoint = "play.min.io";
var accessKey = "Q3AM3UQ867trueSPQQA43P2F";
var accessKey = "Q3AM3UQ867SPQQA43P2F";
var secretKey = "zuf+tfteSlswRu7BJ86wtrueekitnifILbZam1KYY3TG";

public static void Main(string[] args)
Expand Down

0 comments on commit 87a0d71

Please sign in to comment.