Authentication
You need to authenticate first to use the S3 compatible APIs. Chainsafe storage only support V4 signatures of S3 for authentication. They do not currently support v2 signatures.
To use the S3 compatible APIs, you need to create an access key ID and secret access key. You can create these keys from the dashboard.
Create Access Key ID and Secret Access Key
- You need to login into the dashboard first using any of the method mentioned Authentication section.
- Go to
API Keys
section from the left sidebar. - Click on
Create S3 Key
button.
- This will issue a new key pair for you. You can use these keys to authenticate with the S3 compatible APIs.