How do we specify the configuration to lookup into a folder in S3 bucket? The following configuration worked, but just wanted to find out if there is an explicit configuration for this? Please share the configuration if any.
cloud:
config:
server:
awss3:
region: us-east-1
bucket: products-bucket/online-products/sale
label: test
Note: products-bucket
is S3 bucket and online-products
& sale
are folders inside the bucket. My files reside in sale
folder.
Comment From: spencergibb
There is only the bucket property.
Comment From: kadimulam
Ok.
Do we have any approach to provide a custom AmazonS3 client object that way I can pass my own implementation with custom credential provider with corporate Http Proxy?
Comment From: kadimulam
@spencergibb , could you please let me know if the above is possible? I have asked same question on Stack Overflow.
Comment From: spring-projects-issues
Closing due to age of the question. If you would like us to look at this issue, please comment and we will look at re-opening the issue.