You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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