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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:32:22+00:00 2026-05-30T10:32:22+00:00

In the Amazon S3 console I only see a permission option for upload/delete. Is

  • 0

In the Amazon S3 console I only see a permission option for “upload/delete”. Is there a way to allow uploading but not deleting?

  • 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-30T10:32:23+00:00Added an answer on May 30, 2026 at 10:32 am

    The permissions you are seeing in the AWS Management Console directly are based on the initial and comparatively simple Access Control Lists (ACL) available for S3, which essentially differentiated READ and WRITE permissions, see Specifying a Permission:

    • READ – Allows grantee to list the objects in the bucket
    • WRITE – Allows grantee to create, overwrite, and delete any object in the
      bucket

    These limitations have been addressed by adding Bucket Policies (permissions applied on the bucket level) and IAM Policies (permissions applied on the user level), and all three can be used together as well (which can become rather complex, as addressed below), see Access Control for the entire picture.

    Your use case probably asks for a respective bucket policy, which you an add directly from the S3 console as well. Clicking on Add bucket policy opens the Bucket Policy Editor, which features links to a couple of samples as well as the highly recommended AWS Policy Generator, which allows you to assemble a policy addressing your use case.

    For an otherwise locked down bucket, the simplest form might look like so (please ensure to adjust Principal and Resource to your needs):

    {
      "Statement": [
        {
          "Action": [
            "s3:PutObject"
          ],
          "Effect": "Allow",
          "Resource": "arn:aws:s3:::<bucket_name>/<key_name>",
          "Principal": {
            "AWS": [
              "*"
            ]
          }
        }
      ]
    }
    

    Depending on your use case, you can easily compose pretty complex policies by combining various Allow and Deny actions etc. – this can obviously yield inadvertent permissions as well, thus proper testing is key as usual; accordingly, please take care of the implications when using Using ACLs and Bucket Policies Together or IAM and Bucket Policies Together.

    Finally, you might want to have a look at my answer to Problems specifying a single bucket in a simple AWS user policy as well, which addresses another commonly encountered pitfall with policies.

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

Sidebar

Related Questions

Amazon recently changed their APIs which and it seems there's no way now to
In Amazon's S3 Management Console, I'm trying to add metadata, with the key being
Can anyone tell me how to use Uploadify to upload directly to Amazon S3?
I am currently experimenting with Amazon EC2 and use standard ec2 console. The web
This is a very basic Amazon EC2 question, but I'm stumped so here goes.
I am using the following code to delete a file from my S3. But
From the Amazon EC2 console (or even if I do it through API tools
When creating EC2 instances via the AWS Management Console, there are manifest names provided,
jQuery(document).ready(function() { jQuery(#file_upload).uploadify({ 'uploader' : '/wp-content/plugins/amazon-s3-simple-upload-form/files/uploadify/uploadify.swf', 'script' : '/wp-content/plugins/amazon-s3-simple-upload-form/files/uploadify/uploadify.php', 'folder' : '/uploads', 'auto' :
My webhost is Heroku, which does not allow files to be saved to the

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.