diff --git a/docs/Service-Account.md b/docs/Service-Account.md index 3d8b3a9..fb18d68 100644 --- a/docs/Service-Account.md +++ b/docs/Service-Account.md @@ -7,17 +7,17 @@ Service account feature for COMS can be enabled by setting s3AccessMode enabled For M2M API access, the storage credentials are used to authenticate API requests. These credentials consist of an Access Key ID and Access Key Secret, which are essential for machine-to-machine communication. #### Service Account Credentials: -Access Key ID - username of the object-storage user account - eg: `energy_user_1` +***Access Key ID*** - username of the object-storage user account - eg: *energy_user_1* -Secret Access Key - secret or password for the object-storage user account - eg: `f6jGUSrmd9gdQg6` +***Secret Access Key*** - secret or password for the object-storage user account - eg: *f6jGUSrmd9gdQg6* #### Set Request Headers and Parameters With s3AccessMode enabled, the M2M communication requires specific headers to authenticate and provide access correctly. -bucket (*x-amz-bucket*) - Name/ID of the object-storage bucket - eg: `abcdef` +***bucket*** (*x-amz-bucket*) - Name/ID of the object-storage bucket - eg: *abcdef* -endpoint (*x-amz-endpoint*) Object Storage Service Endpoint - object-storage service url - eg: `https://nrs.objectstore.gov.bc.ca/` +***endpoint*** (*x-amz-endpoint*) Object Storage Service Endpoint - object-storage service url - eg: *https://nrs.objectstore.gov.bc.ca/* The endpoint to which the request is directed.