Skip to content

Commit e74da12

Browse files
committed
Add experimental warning
1 parent 73c5fc2 commit e74da12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: include/aws/s3/s3_client.h

+3
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@ struct aws_s3_client_config {
552552
* If set, client will invoke the factory to get the provider to use, when needed.
553553
*
554554
* If not set, client will create a default S3 Express provider under the hood.
555+
*
556+
* NOTE: THE FOLLOWING BEHAVIOR IS EXPERIMENTAL AND UNSTABLE
557+
* Default S3 Express provider will pass the headers allowed in `g_s3_create_session_allowed_headers` to the CreateSession call.
555558
*/
556559
aws_s3express_provider_factory_fn *s3express_provider_override_factory;
557560
void *factory_user_data;

0 commit comments

Comments
 (0)