How to get location to uploaded file to s3 #4577
Unanswered
desoliture
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Indeed,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Im creating simple image service using java and spring boot
I need to upload image and return a url to this image
Before we were using Multipart upload with just 1 part, now Im trying to do it with just Transfer Manager and UploadRequest
So, in the CompleteMultipartUploadResponse there's a location() method witch return exactly what I need
Im having troubles finding the same thing for the PutObjectResponse
Code snippet:
Beta Was this translation helpful? Give feedback.
All reactions