You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MartaOB I have updated PAPI so that this info can be retrieved from service['storage_providers']['minio']['default']['access_key']. It's better to adapt to this because the access key might not always end up being the EGI token.
This is the current state:
We should group the parameters
endpoint
andtoken
onto a group called:Synchronous calls
.The we need to create an additional group called
Asynchronous calls
and there create the following parameters:MINIO bucket
: this isservice['name']
MINIO URL
: this isservice['storage_providers']['minio']['default']['endpoint']
MINIO access key
: this isservice['owner']
MINIO secret key
: this isservice['storage_providers']['minio']['default']['secret_key']
The text was updated successfully, but these errors were encountered: