Skip to content

Commit

Permalink
Add warning about allow_access_to_external_requester_pays_buckets not…
Browse files Browse the repository at this point in the history
… being supported on aws
  • Loading branch information
GeorgianaElena committed Feb 28, 2024
1 parent ee4a7e7 commit 7bdb407
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/howto/features/cloud-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ This AWS IAM Role is managed via terraform.
create (or modify) the `hub_cloud_permissions` variable. The config is
like:

```
`````{tab-set}
````{tab-item} GCP
:sync: gcp-key
```yaml
hub_cloud_permissions = {
"<hub-name-slug>": {
allow_access_to_external_requester_pays_buckets : true,
Expand All @@ -48,7 +51,24 @@ This AWS IAM Role is managed via terraform.
}
}
```
````
````{tab-item} AWS
:sync: aws-key
```bash
hub_cloud_permissions = {
"<hub-name-slug>": {
bucket_admin_access : ["bucket-1", "bucket-2"]
hub_namespace : "<hub-name>"
}
}
```
````
`````

```{warning}
`allow_access_to_external_requester_pays_buckets` is not yet supported on AWS!
```
where:

1. `<hub-name-slug>` is the name of the hub, but restricted in length. This
Expand Down

0 comments on commit 7bdb407

Please sign in to comment.