curl --location -g --request GET 'http://{{host}}/v1/blobstores/s3/'
{
"name": "s3",
"softQuota": {
"type": "spaceRemainingQuota",
"limit": 0
},
"bucketConfiguration": {
"bucket": {
"region": "DEFAULT",
"name": "string",
"prefix": "string",
"expiration": 3
},
"encryption": {
"encryptionType": "s3ManagedEncryption",
"encryptionKey": "string"
},
"bucketSecurity": {
"accessKeyId": "string",
"secretAccessKey": "string",
"role": "string",
"sessionToken": "string"
},
"advancedBucketConnection": {
"endpoint": "string",
"signerType": "string",
"forcePathStyle": true,
"maxConnectionPoolSize": 0
}
},
"type": "S3"
}