We have fired up a dockerized Nexus3 and map our S3 bucket (s3 Blobstore)
Scenario: User uploaded a jar file in customed Host Maven 2 repo that we have created e.g. sample-maven-repository. User was able to upload the jar file and the content was uploaded in S3. However, user deleted the jar file which he uploaded recently and it was successfully removed. We can no longer see the jar file in the "Browse" section of Nexus3 UI. The problem is the content is still in S3 bucket.
Is there any way that when we delete the jar file in Nexus3 UI, it will be automatically deleted in S3 bucket?
Please advise. Thank you.