Credentials
Learn how to configure an S3 client.
May 30, 2023
Before You Start #
- You must configure an S3 Client (Boto3, AWS, MinIO)
- You must have authentication enabled.
How to Set Your Credentials #
Auth:
- Run the following command:
more ~/.pachyderm/config.json
- Search for your session token:
"session_token": "your-session-token-value"
. - Make sure to fill both fields
Access Key ID
andSecret Access Key
with that same value.
You must set ACCESS_KEY_ID
and SECRET_ACCESS_KEY
to any matching, non-empty string.
For example, you could set both values to "x"
.
Robot Users #
Depending on your use case, it might make sense to pass the credentials of a robot-user or another type of user altogether. Refer to the RBAC for more information.