sci-ndp / scidx-py

sciDX Science Data Exchange
Apache License 2.0
0 stars 1 forks source link

[BUG] Add Authentication Token Argument to `register_s3` #16

Closed rbardaji closed 2 months ago

rbardaji commented 3 months ago

Description

The register_s3 function needs an input argument for the authentication token.

Expected Behavior

The register_s3 function should accept an additional argument that allows passing the necessary authentication token to operate correctly.

Actual Behavior

Currently, the register_s3 function does not accept an argument for the authentication token.

saleemalharir1 commented 3 months ago

scidx-py: Add Authentication Token Argument to register_s3 #16

rbardaji commented 2 months ago

Done.