Skip to content

What is the C# API equivalent to customizedAccessLogTag in C++? #2060

Answered by ashishdhingra
Leo99Light asked this question in Q&A
Discussion options

You must be logged in to vote

@Leo99Light Thanks for posting the question. Unfortunately, there is no equivalent property of C++ API customizedAccessLogTag in AWS SDK for .NET TransferUtility. However, the documentation for Custom access log information specifies that the value is a parameter with x- prefix. Also, https://sdk.amazonaws.com/cpp/api/LATEST/struct_aws_1_1_transfer_1_1_transfer_manager_configuration.html#a8f5d7ff6515b28523d99fcaabf62f655 specifies that customizedAccessLogTag is just a map of key-value pairs. You may try workaround of adding these custom values with keys having x- as prefix in Headers collection of TransferUtilityUploadRequest. I'm unsure if it would work, but worth giving a try.

Thanks,
A…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Leo99Light
Comment options

@ashishdhingra
Comment options

Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. s3
2 participants