Git Product home page Git Product logo

Comments (1)

jflasher avatar jflasher commented on August 23, 2024

Hi @JenniferYingyiWu2020 Unfortunately, this is more of a tooling question than an AWS question, but I will try to help as much as I can. First, you need to make sure that whatever account you are using has permissions to access the s3://s22s-test-geotiffs bucket. In cases where the bucket is publicly available (e.g., s3://landsat-pds) you can access the bucket anonymously. You can test this with

aws s3 ls s3://landsat-pds --no-sign-request

If the bucket is not publicly available or has the Requester Pays option turned on, you will need to authenticate in some way to access the data. You will not be able to use --no-sign-request (either via command line or via setting AWS_NO_SIGN_REQUEST option). It is free to create an AWS account to get the credentials you need, but note that there may be data request/egress charges depending on what bucket you are trying to access.

So the first question would be, what is the s3://s22s-test-geotiffs bucket, who owns it and is it publicly available? Note, I tried to access this bucket and was unable, so it likely is not publicly available which means you can not access it anonymously and can not use --no-sign-request.

Hope that helps!

from open-data-registry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.