Skip to content

Commit 5bbcd92

Browse files
authored
Merge pull request #770 from jriouovh/presign
docs: Presign URLs are compatible with any storage class
2 parents 58e10ab + afb8ee7 commit 5bbcd92

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

website/docs/r/cloud_project_region_storage_presign.html.markdown

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ subcategory : "Object Storage"
66

77
Generates a temporary presigned S3 URLs to download or upload an object.
88

9-
-> __NOTE__ This resource is only compatible with the `High Performance - S3` solution for object storage.
10-
119
## Example Usage
1210

1311
```hcl
@@ -29,14 +27,16 @@ output "presigned_url" {
2927

3028
The following arguments are supported:
3129

32-
* `service_name` - (Required) The id of the public cloud project. If omitted,
30+
- `service_name` - (Required) The id of the public cloud project. If omitted,
3331
the `OVH_CLOUD_PROJECT_SERVICE` environment variable is used.
34-
* `region_name` - (Required) The region in which your storage is located.
35-
Ex.: "GRA".
36-
* `name` - (Required) The name of your S3 storage container/bucket.
37-
* `expire` - (Required) Define, in seconds, for how long your URL will be valid.
38-
* `method` - (Required) The method you want to use to interact with your object. Can be either 'GET' or 'PUT'.
39-
* `object` - (Required) The name of the object in your S3 bucket.
32+
- `region_name` - (Required) The region in which your storage is located. Must
33+
be in **uppercase**. Ex.: "GRA".
34+
- `name` - (Required) The name of your S3 storage container/bucket.
35+
- `expire` - (Required) Define, in seconds, for how long your URL will be
36+
valid.
37+
- `method` - (Required) The method you want to use to interact with your
38+
object. Can be either 'GET' or 'PUT'.
39+
- `object` - (Required) The name of the object in your S3 bucket.
4040

4141

4242
## Attributes Reference

0 commit comments

Comments
 (0)