Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using a lambda function to store objects in the s3 bucket but after enabling object lock in the s3 bucket we are not able to store it.
this is the Java code we are using.
we are getting an error to set header Content-MD5 but we are not getting it with the lambda function how we do it?
this is the code we are using right now
InvokeResult invokeResult = lambdaClient.invoke(new InvokeRequest().
withFunctionName(AppConfig.getProperty("tokenstore.save.lambda", ""))
.withInvocationType(InvocationType.RequestResponse).withPayload(token));
Can someone please help with that?
Beta Was this translation helpful? Give feedback.
All reactions