Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

266
Views
AWS S3 Android SDK: Get path of uploaded file

I'm following the steps here for uploading a file to AWS S3 http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/s3transferutility.html

Is there any way through the SDK to get the path of the file I just uploaded?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You can obtain the URL by yourself, using the bucket and the file name you used in the upload request.

I mean for example if your bucket is AMAZON_S3_BUCKET and your file is named myfile:

https://s3.amazonaws.com/AMAZON_S3_BUCKET/myfile

or

https://AMAZON_S3_BUCKET.s3.amazonaws.com/myfile

Or if you are using some region like Regions.US_WEST_2 then The URL will be different depending on which region your bucket is in

https://AMAZON_S3_BUCKET.YOUR_BUCKET_REGION.amazonaws.com/myfile
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!