@@ -269,7 +269,8 @@ def to_parquet( # pylint: disable=too-many-arguments,too-many-locals
269269 Boto3 Session. The default boto3 session will be used if boto3_session receive None.
270270 s3_additional_kwargs : Optional[Dict[str, Any]]
271271 Forward to botocore requests. Valid parameters: "ACL", "Metadata", "ServerSideEncryption", "StorageClass",
272- "SSECustomerAlgorithm", "SSECustomerKey", "SSEKMSKeyId", "SSEKMSEncryptionContext", "Tagging", "RequestPayer".
272+ "SSECustomerAlgorithm", "SSECustomerKey", "SSEKMSKeyId", "SSEKMSEncryptionContext", "Tagging",
273+ "RequestPayer", "ExpectedBucketOwner".
273274 e.g. s3_additional_kwargs={'ServerSideEncryption': 'aws:kms', 'SSEKMSKeyId': 'YOUR_KMS_KEY_ARN'}
274275 sanitize_columns : bool
275276 True to sanitize columns names (using `wr.catalog.sanitize_table_name` and `wr.catalog.sanitize_column_name`)
@@ -736,7 +737,8 @@ def store_parquet_metadata( # pylint: disable=too-many-arguments
736737 (e.g. {'col_name': '1', 'col2_name': '2'})
737738 s3_additional_kwargs : Optional[Dict[str, Any]]
738739 Forward to botocore requests. Valid parameters: "ACL", "Metadata", "ServerSideEncryption", "StorageClass",
739- "SSECustomerAlgorithm", "SSECustomerKey", "SSEKMSKeyId", "SSEKMSEncryptionContext", "Tagging", "RequestPayer".
740+ "SSECustomerAlgorithm", "SSECustomerKey", "SSEKMSKeyId", "SSEKMSEncryptionContext", "Tagging",
741+ "RequestPayer", "ExpectedBucketOwner".
740742 e.g. s3_additional_kwargs={'ServerSideEncryption': 'aws:kms', 'SSEKMSKeyId': 'YOUR_KMS_KEY_ARN'}
741743 boto3_session : boto3.Session(), optional
742744 Boto3 Session. The default boto3 session will be used if boto3_session receive None.
0 commit comments