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
my$limit = '100'; # string | Number of results per page. The maximum is 200.
90
90
my$cursor = "cursor_example"; # string | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty.
Copy file name to clipboardexpand all lines: docs/LoggingS3Additional.md
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
19
19
**secret_key** | **string** | The secret key for your S3 account. Not required if `iam_role` is provided. | [optional]
20
20
**server_side_encryption_kms_key_id** | **string** | Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`. | [optional][default to 'null']
21
21
**server_side_encryption** | **string** | Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption. | [optional][default to 'null']
22
+
**file_max_bytes** | **int** | The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.) | [optional]
22
23
23
24
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -59,9 +59,10 @@ my $redundancy = 'null'; # string | The S3 redundancy level.
59
59
my$secret_key = "secret_key_example"; # string | The secret key for your S3 account. Not required if `iam_role` is provided.
60
60
my$server_side_encryption_kms_key_id = 'null'; # string | Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`.
61
61
my$server_side_encryption = 'null'; # string | Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption.
62
+
my$file_max_bytes = 56; # int | The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.)
@@ -96,6 +97,7 @@ Name | Type | Description | Notes
96
97
**secret_key** | **string**| The secret key for your S3 account. Not required if `iam_role` is provided. | [optional]
97
98
**server_side_encryption_kms_key_id** | **string**| Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`. | [optional][default to 'null']
98
99
**server_side_encryption** | **string**| Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption. | [optional][default to 'null']
100
+
**file_max_bytes** | **int**| The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.) | [optional]
99
101
100
102
### Return type
101
103
@@ -276,7 +278,7 @@ Name | Type | Description | Notes
276
278
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -318,9 +320,10 @@ my $redundancy = 'null'; # string | The S3 redundancy level.
318
320
my$secret_key = "secret_key_example"; # string | The secret key for your S3 account. Not required if `iam_role` is provided.
319
321
my$server_side_encryption_kms_key_id = 'null'; # string | Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`.
320
322
my$server_side_encryption = 'null'; # string | Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption.
323
+
my$file_max_bytes = 56; # int | The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.)
@@ -356,6 +359,7 @@ Name | Type | Description | Notes
356
359
**secret_key** | **string**| The secret key for your S3 account. Not required if `iam_role` is provided. | [optional]
357
360
**server_side_encryption_kms_key_id** | **string**| Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`. | [optional][default to 'null']
358
361
**server_side_encryption** | **string**| Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption. | [optional][default to 'null']
362
+
**file_max_bytes** | **int**| The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.) | [optional]
Copy file name to clipboardexpand all lines: docs/LoggingS3Response.md
+1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
34
34
**secret_key** | **string** | The secret key for your S3 account. Not required if `iam_role` is provided. | [optional]
35
35
**server_side_encryption_kms_key_id** | **string** | Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`. | [optional][default to 'null']
36
36
**server_side_encryption** | **string** | Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption. | [optional][default to 'null']
37
+
**file_max_bytes** | **int** | The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.) | [optional]
37
38
38
39
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: lib/WebService/Fastly/LoggingS3Api.pm
+22
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ sub new {
74
74
# @param string $secret_key The secret key for your S3 account. Not required if `iam_role` is provided. (optional)
75
75
# @param string $server_side_encryption_kms_key_id Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`. (optional, default to 'null')
76
76
# @param string $server_side_encryption Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption. (optional, default to 'null')
77
+
# @param int $file_max_bytes The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.) (optional)
77
78
{
78
79
my$params = {
79
80
'service_id'=> {
@@ -191,6 +192,11 @@ sub new {
191
192
description=>'Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption.',
192
193
required=>'0',
193
194
},
195
+
'file_max_bytes'=> {
196
+
data_type=>'int',
197
+
description=>'The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.)',
# @param string $secret_key The secret key for your S3 account. Not required if `iam_role` is provided. (optional)
683
694
# @param string $server_side_encryption_kms_key_id Optional server-side KMS Key Id. Must be set if `server_side_encryption` is set to `aws:kms` or `AES256`. (optional, default to 'null')
684
695
# @param string $server_side_encryption Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption. (optional, default to 'null')
696
+
# @param int $file_max_bytes The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.) (optional)
685
697
{
686
698
my$params = {
687
699
'service_id'=> {
@@ -804,6 +816,11 @@ sub list_log_aws_s3 {
804
816
description=>'Set this to `AES256` or `aws:kms` to enable S3 Server Side Encryption.',
805
817
required=>'0',
806
818
},
819
+
'file_max_bytes'=> {
820
+
data_type=>'int',
821
+
description=>'The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.)',
description=>'The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.)',
description=>'The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.)',
0 commit comments