Skip to content

Commit

Permalink
fix doc typo (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Oct 1, 2024
1 parent 707d4df commit e1c3ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user/data-ingest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ See below a Python example to upload data using the MinIO package:
endpoint=endpoint,
access_key=WIS2BOX_STORAGE_USERNAME,
secret_key=WIS2BOX_STORAGE_PASSWORD,
secure=is_secure=False)
secure=False)
filename = filepath.split('/')[-1]
client.fput_object('wis2box-incoming', minio_path+filename, filepath)
Expand Down

0 comments on commit e1c3ca8

Please sign in to comment.