Skip to content

Commit

Permalink
Add bucket name in API request
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Mar 18, 2024
1 parent 064e761 commit 3192235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-manual/api/api-reference-storage-service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ Where payload.json contains::
"endpoint_url": "http://127.0.0.1:12345",
"access_key_id": "_Cah4cae1_",
"secret_access_key": "_Thu6Ahqu_",
"region": "us-west-2"
"region": "us-west-2",
"bucket": "bucket_name"
}

.. note::
Expand Down

0 comments on commit 3192235

Please sign in to comment.