Francesco Macagno

Results 17 comments of Francesco Macagno

Better than nothing certainly, but not exactly, since what i want to maintain is that the user of the resource doesnt have to know the protocol; having to conditionally cast...

Fair enough, thank you for all you've done already!

I also noticed that i seem to have edited the generated version of the class instead of the template. When #456 is merged ill redo these changes on top of...

@maciejwalkowiak Unfortunately the ConcurrentLRUMap class is needed both by the spring-cloud-aws-s3-codegen and spring-cloud-aws-s3-cross-region-client projects in order to compile. How would you like to fix the project structure so this will...

@maciejwalkowiak Have you considered getting rid of the autogen functionality? It is making what i am trying to do harder (since some client operations behave differently than others), and that...

Well, since we know that the header will be present for certain client operations, we could make the assumption that HeadBucket and ListObject operations will always have the header, and...

Thanks! I just always leave the possibility open out of habit, especially when working with Spring, just to leave things flexible; i would argue a user should just be concerned...

I made one more set of simplification changes. I could also fully get rid of the CrossRegionS3ClientTemplate if desired and just fully generate the class, but i dont know if...

Makes sense to me, i've renamed the classes.

If you change your mind, i am happy to revert.