Hello Jaime, I was under the impression that everything works as well regardless of what implementation of assetstore is being used.
Checking the code, when cleanup eventually calls the remove() method, it would delete an object in S3. https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/storage/bitstore/BitstreamStorageServiceImpl.java#L291 stores.get(bitstream.getStoreNumber()).remove(bitstream); Is there anything in your logs? Perhaps your IAM role does not grant you the ability to delete objects from that bucket? ________________ Peter Dietz Longsight www.longsight.com [email protected] p: 740-599-5005 x809 On Wed, Jan 11, 2017 at 11:59 AM, Jaime Solorzano <[email protected]> wrote: > Hello > > I see that cleanup does not delete the s3 files, which method should be > used? > > Someone done this? > > > Jaime Solorzano > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
