Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8217849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:35:11+00:00 2026-06-07T12:35:11+00:00

I am developing an iOS app which saves picture in an Amazon S3 server.

  • 0

I am developing an iOS app which saves picture in an Amazon S3 server. Unfortunately, the owner of the server prefers not to give me his secret key. Instead, he generates and provides me with a signature he says I can use to upload a file.

The problem is that I cannot find a way to perform that. Especially with the Amazon S3 sample “S3Uploader”.

Do you have any idea about that ?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T12:35:13+00:00Added an answer on June 7, 2026 at 12:35 pm

    The secret key is only needed to calculate the signature, so if you already have a signature you don’t need it. You do however need the access key id (so that amazon knows which secret key to use to validate the signature).

    I had a quick look at the iOS sdk docs and it doesn’t look like they provide a way to short-circuit the signature calculation process. Uploading a file is easy though, you just make a PUT request:

    PUT /ObjectName HTTP/1.1
    Host: BucketName.s3.amazonaws.com
    Date: date
    Authorization: signatureValue
    Content-Length: 1234
    

    There are details of extra headers you can use in the documentation.

    Another workflow is that instead of providing you with signature values, the remote service could use the amazon STS api to return temporary credentials authorised only to upload files to the specified bucket. If you go this route then you would be able to just use the SDK provided by amazon.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an app for iOS 5, which have to run in landscape
I am developing an app on the iOS platform which would involve a lot
I'm developing an iOS app, which is my graduation project.. the app is supposed
I am about to start designing/developing a client-server iOS app. I am leaning towards
I have an iOS app which I am developing, this app has videos which
I am new to developing iOS apps. I am currently making an app which
I am developing an iOS app in which I am streaming .mp3 files using
I am currently developing an iOS app which uses CFStream to communicate with a
I am developing an iOS app in which it is required to change the
I am developing an iOS app of which my clients would like roughly 50

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.