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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:35:54+00:00 2026-05-31T23:35:54+00:00

The zend framework provides a php wrapper for the amazon S3 api that simplifies

  • 0

The zend framework provides a php wrapper for the amazon S3 api that simplifies the lower level REST functionality.

http://framework.zend.com/manual/en/zend.service.amazon.s3.html

For example to store a file in s3 all you need to do is

$s3->putFile("me.png", "my-own-bucket/Pictures/Me.png",
    array(Zend_Service_Amazon_S3::S3_ACL_HEADER =>
          Zend_Service_Amazon_S3::S3_ACL_PUBLIC_READ));

By default, objects are stored in buckets as regular storage. Is there any functionality in the zend framework that will allow me specify objects to be stored as Reduced Redundancy Storage (RRS) in S3?

If not is there any way I can set the default storage of all objects in a bucket as RRS?

  • 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-05-31T23:35:55+00:00Added an answer on May 31, 2026 at 11:35 pm

    http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPOST.html

    Have you tried the following after RockyFords advice?
    The code below should upload it in the correct mode.

    $s3->putFile("me.png", "my-own-bucket/Pictures/Me.png",
        array(
            Zend_Service_Amazon_S3::S3_ACL_HEADER => Zend_Service_Amazon_S3::S3_ACL_PUBLIC_READ,
            'x-amz-storage-class' => 'REDUCED_REDUNDANCY'
        )
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The Zend Framework coding standard mentions the following: For files that contain only PHP
I have a PHP5/Zend Framework 1.8.1 web site which is located at: http://www.example.com/foo The
I am using the Zend Framework. I have a controller named 'UserController' that has
In the Zend Framework Quickstart , there has been a change from models that
I want to write a php application using Zend Framework 2 (just the beta
I'm using namespaces in PHP for the first time in an application that provides
what does zend framework provides in order to escape user input into a query
Here's a scenario; I want to send email using PHP and Zend Framework. Here's
PHP provides a mechanism to register a shutdown function: register_shutdown_function('shutdown_func'); The problem is that
Zend Framework/Doctrine 2 application.: /app /modules /blog /controllers /BlogController.php /domain /entities /services /PostService.php /repositories

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.