-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get Virtually Hosted URL for an S3 resource. #1162
Comments
By default, SDK returns virtual hosted style urls References: |
I m using an older version +--- com.amazonaws:aws-java-sdk-s3 -> 1.11.313. See my complete dependency tree here:
See the below Java test code.
|
You are using SDK v1 which is maintained in another repo. Please open future v1 related questions in that repo.
|
…8a6b45a93 Pull request: release <- staging/5d8ffdac-178e-4680-b341-d7a8a6b45a93
the same problem occurs |
From S3 Client, when we do getURL(bucket, keyName), we get http://aws_host/bucket/key_path, rather, if I wish to get http://bucket.aws_host/key_path, which API should I use ?
The text was updated successfully, but these errors were encountered: