-
-
Save OksanaH/34300f13ad2eaf9a0d7adbb979209a97 to your computer and use it in GitHub Desktop.
GetObjectRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GetObjectRequest request = new GetObjectRequest | |
{ | |
BucketName = "arn:aws:s3-object-lambda:us-east-1:<account-id>:accesspoint/transformxml", | |
Key = "example.xml" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment