@@ -6,8 +6,6 @@ subcategory : "Object Storage"
6
6
7
7
Generates a temporary presigned S3 URLs to download or upload an object.
8
8
9
- -> __ NOTE__ This resource is only compatible with the ` High Performance - S3 ` solution for object storage.
10
-
11
9
## Example Usage
12
10
13
11
``` hcl
@@ -29,14 +27,16 @@ output "presigned_url" {
29
27
30
28
The following arguments are supported:
31
29
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,
33
31
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.
40
40
41
41
42
42
## Attributes Reference
0 commit comments