Skip to content

Commit

Permalink
Add s3 endpoint URL
Browse files Browse the repository at this point in the history
Co-authored-by: illuminatus <[email protected]>
  • Loading branch information
jcastill and TrevorBenson authored Jan 3, 2025
1 parent 8e2f812 commit 17009f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/upload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SoSUpload(SoSComponent):
'upload_method': 'auto',
'upload_no_ssl_verify': False,
'upload_protocol': 'auto',
'upload_s3_endpoint': None,
'upload_s3_endpoint': 'https://s3.amazonaws.com',
'upload_s3_region': None,
'upload_s3_bucket': None,
'upload_s3_access_key': None,
Expand Down

0 comments on commit 17009f1

Please sign in to comment.