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

  • Home
  • SEARCH
  • 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 8283007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:34:54+00:00 2026-06-08T10:34:54+00:00

So far I’ve been able to successfully use node.js, express, and knox to add/update/delete/retrieve

  • 0

So far I’ve been able to successfully use node.js, express, and knox to add/update/delete/retrieve objects in Amazon S3. Trying to move things to the next level I’m trying to figure out how to use knox (if it’s possible) to do two things:

1) Set the object to use server-side encryption when adding/updating the object.

2) Get a particular version of an object or get a list of versions of the object.

  • 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-08T10:34:57+00:00Added an answer on June 8, 2026 at 10:34 am

    Andy (who wrote AwsSum) here.

    Using AwsSum, when you put an object, just set the ‘ServerSideEncryption’ to the value you want (currently S3 only supports ‘AES256’). Easy! 🙂

    e.g.

    var body = ...; // a buffer, a string, a stream
    
    var options = {
        BucketName    : 'chilts',
        ObjectName    : 'my-object.ext',
        ContentLength : Buffer.byteLength(body),
        Body          : body,
        ServerSideEncryption : 'AES256'
    };
    
    s3.PutObject(options, function(err, data) {
        console.log("\nputting an object to pie-18 - expecting success");
        console.log(err, 'Error');
        console.log(data, 'Data');
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So far I have not been able to find an answer, but I wanted
So far I've been setting up redirects for single pages on my ASP.NET site
So far I have only been updated a view from within its controller. I
So far everytime i use to make a select query using pdo, i used
So far, the bundles I've used for Symfony2 has been installed modifying the deps
As far as I've done research I could come up with use of can_post
So far I have been suggesting new features to http://delphi.uservoice.com Since it is managed
So far all the sites I have made have been in PHP, I'm thinking
So far I have been using in tutorials, examples and sample code only packages
So far, my experience in web design has been with very small scale sites

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.