aravinds502
aravinds502
Hello Team, Recently we upgraded our project dependencies from Spring boot 2.5.X to 3.1.4, and Java11 to Java17 and found all the test cases in which we used mocks failed...
Is there any way to get the Week number for given date in a fiscal year or any plans to support this API? Ex: import fiscalyear fiscalyear.START_MONTH = 7 fiscalyear.START_DAY...
Hello Guys, I'm trying to do the "CompleteMultipartUpload" using the java restTemplate as follows, and I see below errors. Here my endpoint is pointing to s3proxy service, that was configured...
I see the following error while issuing the Complete multipart request. MultiParts have been uploaded and "etags" were generated for each of it ``` private S3Client client; // build s3...
When a file is Uploaded to GCP via s3proxy, "chunk signature is added in the first and last lines We are using s3client, Upload multipart Request to upload. The uploaded...
Hello Team, We have configured s3proxy with Amazon s3, when a 'PUT' object request is sent with the V4Signer, it gives 403 SignatureDoesNotMatch [s3proxy] D 06-15 05:26:43.505 S3Proxy-Jetty-18 o.gaul.s3proxy.S3ProxyHandler:301 |::]...
Hello Team, We are running the s3proxy on 8080 post with following S3PROXY_CONFIGURATION: JCLOUDS_CREDENTIAL : JCLOUDS_ENDPOINT : https://s3.amazonaws.com JCLOUDS_IDENTITY : JCLOUDS_REGIONS : eu-west-1 JCLOUD_PROVIDER : aws-s3 LOG_LEVEL : debug S3PROXY_AUTHORIZATION...