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

The Archive Base Latest Questions

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

Now, I know that I cannot stop someone from downloading my videos and sharing,

  • 0

Now, I know that I cannot stop someone from downloading my videos and sharing, however I would prefer to have it to so that people do not copy paste links directly to my bucket. Thus, is there a way to make my bucket accessible only from my server/domain making the request?

If it helps, I’m using jwplayer which loads from a xml playlist that has all the links. This playlist definitely can be opened and viewed from anywhere and is where I expect the easy copy and paste comes from.

I don’t want to mask the urls because that means my bucket is readable to everyone. There is probably some chance that someone will find the url of my bucket and the name of the files and connect everything together…

  • 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-31T05:54:05+00:00Added an answer on May 31, 2026 at 5:54 am

    This is possible by Using Bucket Policies, which allows you to define access rights for Amazon S3 resources – there are a couple of Example Cases for Amazon S3 Bucket Policies illustrating the functionality, and amongst these you’ll find an example for Restricting Access to Specific IP Addresses as well:

    This statement grants permissions to any user to perform any S3 action
    on objects in the specified bucket. However, the request must
    originate from the range of IP addresses specified in the condition.

    Depending on the specifics of your use case, a bucket policy for this might look like so:

    {
        "Version": "2008-10-17",
        "Statement": [
            {
                "Effect": "Allow",
                "Principal": {
                    "AWS": "*" 
                },
                "Action": "s3:*",
                "Resource": "arn:aws:s3:::bucket/*",
                "Condition" : {
                    "IpAddress" : {
                        "aws:SourceIp": "192.168.143.0/24" 
                    },
                    "NotIpAddress" : {
                        "aws:SourceIp": "192.168.143.188/32" 
                    } 
                } 
            } 
        ]
    }
    

    As shown the aws:sourceIp value for parameters IPAddress and NotIpAddress is expressed in CIDR notation, enabling respective flexibility for composing the desired scope.

    Finally, you might want to check out the recommended AWS Policy Generator, select type S3 Bucket Policy and explore the available Actions and Conditions to compose more targeted policies for your use case eventually – the documentation for Conditions explains this in detail.

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

Sidebar

Related Questions

Now while I know that you can not perform inheritance like you would in
Language Integrated Query. Now I know that the acronyms are. I have seen C#
So I know now that the debug assemblies have been intentionally left out of
I have played around with Scala for a while now, and I know that
I am storing objects in a buffer. Now I know that I cannot make
I'm very familiar with Qt and I know that we cannot have a similar
I know that .NET assembly is self-descriptive because of the metadata. Now suppose I
I know that finish() returns your activity back to your previous activity. Now I
I know that using friends_work_history permission, we can access friend's work history. Now, I
Now that I know I can no longer communicate with Twitter mashups out there,

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.