Skip to content

Commit

Permalink
Update documentation of vfs.gcs.project_id to mention that it is on…
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored May 16, 2024
1 parent ff9c065 commit 390d0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tiledb/api/c_api/config/config_api_external.h
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
* attempts, in milliseconds.
* **Default**: 60000
* - `vfs.gcs.project_id` <br>
* Set the GCS project id. <br>
* Set the GCS project ID to create new buckets to. Not required unless you
* are going to use the VFS to create buckets. <br>
* **Default**: ""
* - `vfs.gcs.service_account_key` <br>
* **Experimental** <br>
Expand Down
3 changes: 2 additions & 1 deletion tiledb/sm/cpp_api/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,8 @@ class Config {
* attempts, in milliseconds.
* **Default**: 60000
* - `vfs.gcs.project_id` <br>
* Set the GCS project id. <br>
* Set the GCS project ID to create new buckets to. Not required unless you
* are going to use the VFS to create buckets. <br>
* **Default**: ""
* - `vfs.gcs.service_account_key` <br>
* **Experimental** <br>
Expand Down

0 comments on commit 390d0a3

Please sign in to comment.