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 7716729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:42:20+00:00 2026-06-01T02:42:20+00:00

Is there already a handy CI 2 library for AWS SDK 1.5.x? If not,

  • 0

Is there already a handy CI 2 library for AWS SDK 1.5.x? If not, what would be the steps to make it into one?

I found a 3 year old posting about integrating Tarzan (the pre-pre-cursor to AWS SDK) to CI 1 here: http://blog.myonepage.com/integrating-tarzan-amazon-web-services-php-to. I am wondering if these instructions still hold? One difference I noticed was that the way AWS SDK 1.5.3 declares its Access Identifiers has changed and I am not quite sure how to proceed to inform CI about this.

Thanks!
mmiz

  • 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-01T02:42:22+00:00Added an answer on June 1, 2026 at 2:42 am

    The blog post you linked is still basically valid, here’s what exactly you need to do:

    First put SDK into subfolder inside libraries folder (for ex. aws-sdk-for-php). This is the file awslib.php in libraries folder:

    class Awslib {
    
        function Awslib()
        {
            require_once('aws-sdk-for-php/sdk.class.php');
        }
    }
    

    And then just use whatever AWS service you wish in the controller, let’s say it’s SQS:

        $this->load->library('awslib');
        $sqs = new AmazonSQS();
        $response = $sqs->list_queues();
        var_dump($response->isOK());
    

    Don’t forget to set your credentials and rename the sample config file.

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

Sidebar

Related Questions

There are already a couple of questions on finding cycles, but I did not
I could easily write one, but I'm wondering if there is already a standard
There are already several questions with a similar title, but they received either no
There are already lots of questions on SO about exceptions, but I can't find
There are already jQuery based Edit in place plug ins available. But i am
There's already a question on this here. But i want to know if its
There is already a similar question( link ).The thing is I don't understand what
There's already excellent code for browsing and viewing pictures on the iPhone, as shown
Is there is already some property that I could use such as: if (this.IsDialog)
If there is already a discussion about this somewhere, I'll take a link as

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.