You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`edc.ionos.access.key`| IONOS Access Key Id to access S3 | Yes if the context is accessing file |
65
-
|`edc.ionos.secret.access.key`| IONOS Secret Access Key to access S3 | Yes if the context is accessing file |
66
-
|`edc.ionos.token`| IONOS token to allow S3 provisioning | Yes if the context is provisioning access for others |
67
-
|`edc.ionos.endpoint`| IONOS S3 endpoint address. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/endpoints) for further information. | Yes, if the context is accessing file |No, the default value is |
68
-
|`edc.ionos.max.files`| Maximum number of files retrieved by list files function. | No, the default value is 5,000 files |
69
-
|`edc.ionos.key.validation.attempts`| Maximum number of attemps to validate a temporary key after its creation. | No, the default values is 10 attempts |
70
-
|`edc.ionos.key.validation.delay`| Time to wait (in milisseconds) before each key validation attempt. In each new attempt the delay is multiplied by the attempt number. | No, the default value is 3,000 (3 seconds) |
|`edc.ionos.access.key`| IONOS Access Key Id to access S3| Yes if the context is accessing file |
65
+
|`edc.ionos.secret.access.key`| IONOS Secret Access Key to access S3| Yes if the context is accessing file |
66
+
|`edc.ionos.token`| IONOS token to allow S3 provisioning| Yes if the context is provisioning access for others |
67
+
|`edc.ionos.endpoint.region`| IONOS S3 endpoint region. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/endpoints) for further information. |No, the default value is de|
68
+
|`edc.ionos.max.files`| Maximum number of files retrieved by list files function.| No, the default value is 5,000 files |
69
+
|`edc.ionos.key.validation.attempts`| Maximum number of attemps to validate a temporary key after its creation.| No, the default values is 10 attempts |
70
+
|`edc.ionos.key.validation.delay`| Time to wait (in milisseconds) before each key validation attempt. In each new attempt the delay is multiplied by the attempt number.| No, the default value is 3,000 (3 seconds) |
71
71
72
72
To create the token please take a look at the following [documentation](./ionos_token.md).
|`storage`| IONOS S3 endpoint address. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/s3-endpoints) for further information. | yes |
15
-
|`bucketName`| IONOS S3 bucket name. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/concepts/buckets) for further information. | yes |
16
-
|`blobName`| File name or path to folder | yes|
17
-
|`filterIncludes`|`filterIncludes` use regular expression that will be used to select the file name pattern from the asset's blobName that will be copied during the transfer <br/> * do not consider the blobName in the expression, but the path from it. example: blobName = folder1, filterIncludes=file1.csv, the file foloder1/file1.csv will be copied | no|
18
-
|`filterExcludes`|`filterExcludes` use regular expression that will be used to select the file name pattern from the asset's blobName that will NOT be copied during the transfer <br/> | no |
|`region`| IONOS S3 endpoint region. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/s3-endpoints) for further information. | no, default value = de|
15
+
|`bucketName`| IONOS S3 bucket name. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/concepts/buckets) for further information. | yes|
16
+
|`blobName`| File name or path to folder | yes|
17
+
|`filterIncludes`|`filterIncludes` use regular expression that will be used to select the file name pattern from the asset's blobName that will be copied during the transfer <br/> * do not consider the blobName in the expression, but the path from it. example: blobName = folder1, filterIncludes=file1.csv, the file foloder1/file1.csv will be copied | no|
18
+
|`filterExcludes`|`filterExcludes` use regular expression that will be used to select the file name pattern from the asset's blobName that will NOT be copied during the transfer <br/> | no|
19
19
20
20
Note: if `filterIncludes` and `filterExcludes` parameters are satisfied, the files to be copied will be selected using the `filterIncludes` and after that selected list, the files that have the pattern defined in the `filterExcludes` will be ignored.
21
21
22
22
23
23
## Example
24
24
25
25
```json
26
-
"dataAddress":{
26
+
"dataAddress":{
27
27
"type": "IonosS3", //from EDC
28
-
"storage": "s3-eu-central-1.ionoscloud.com",
28
+
"region": "de,
29
29
"bucketName": "mybucket",
30
30
"blobName": "folder1/",
31
31
"filterIncludes": "file1.csv",
@@ -40,19 +40,19 @@ The transfer of assets aims to transfer the files/folders from one connector to
|`storage`| IONOS S3 endpoint address. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/s3-endpoints) for further information. |yes |
46
-
|`bucketName`| IONOS S3 bucket name. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/concepts/buckets) for further information. | yes |
47
-
|`path`| Path of destination where the file/folder will be placed. </br> *if the path not filled, the file will be placed in the root of the bucket. | no |
|`region`| IONOS S3 endpoint region. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/s3-endpoints) for further information. |no, default value = de|
46
+
|`bucketName`| IONOS S3 bucket name. Refer to [docs](https://docs.ionos.com/cloud/managed-services/s3-object-storage/concepts/buckets) for further information. | yes|
47
+
|`path`| Path of destination where the file/folder will be placed. </br> *if the path not filled, the file will be placed in the root of the bucket. | no|
0 commit comments