Relative Content

Tag Archive for javaamazon-web-servicesspring-bootrestjava-17

REST API not able to change the file since it keeps the same

I’m working on Spring Boot doing a project based on REST API to upload objects to S3. I’m working on PUT request to change the file from test2.json to test4.json using Insomnia. I tried everything I could for trying to change the file using the put method but so far not been able to fix the issue since the file is showing the same as test2.json instead of test4.json. Can anyone help me fix this issue?