Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Visser <mgvisser@gmail.com>
  • Loading branch information
evetion and visr authored Oct 10, 2024
1 parent 7fde39b commit 6a1fa78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/get_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
parser.add_argument("folder", help="The path to download in the MinIO server")
parser.add_argument(
"--accesskey",
help="The secret key to access the MinIO server",
help="The access key to access the MinIO server",
default=os.environ.get("MINIO_ACCESS_KEY", "KwKRzscudy3GvRB8BN1Z"),
)
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion utils/upload_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
parser.add_argument("destination", help="The destination file in the MinIO server")
parser.add_argument(
"--accesskey",
help="The secret key to access the MinIO server",
help="The access key to access the MinIO server",
default=os.environ.get("MINIO_ACCESS_KEY", "KwKRzscudy3GvRB8BN1Z"),
)
parser.add_argument(
Expand Down

0 comments on commit 6a1fa78

Please sign in to comment.