LogoLogo
Sign upDeveloper DocsContactSocial
  • Getting Started
    • Welcome
    • What is Felt?
    • Create your first map
    • Tour the interface
    • Your workspace
    • Keyboard shortcuts
  • upload anything
    • Files
    • URLs
    • Spreadsheets
    • Raster and imagery
    • Cloud sources
      • BigQuery
      • Databricks
      • Esri Feature Service
      • Microsoft SQL Server
      • PostGIS
      • Redshift
      • Snowflake
      • Web Feature Service (WFS)
      • WMS/WMTS
    • Raster infrastructure
      • Organizing your raster data
      • Cloud Optimized GeoTiffs
      • Cloud storage
        • Amazon S3
        • Google Cloud Storage
        • Azure Blob Storage
      • STAC
    • SQL queries
    • Refreshing data
    • QGIS plugin
    • Troubleshooting
  • Layers
    • Viewing data
    • Filters
    • Styling
      • Vector layers
      • Raster layers
      • Backgrounds
    • Formatting
    • Interactions
    • List
    • Group
    • Spatial analysis
  • Elements
    • Creating data
    • Annotations
    • Styling & grouping
    • Extract
    • Converting Elements ↔ Layers
  • Dashboards & Apps
    • Components
    • Layer slider
    • Map settings
    • For developers
  • Sharing & Collaboration
    • Sharing a map
    • Commenting
    • Embedding
    • Integrations
    • Duplicating a map
    • Exporting
      • Exporting Data
      • PDF & images
  • Administration
    • Workspaces and projects
    • Managing members
    • Layer library
    • For classrooms
    • Single sign-on (SSO)
    • Regional hosting
    • Billing
    • Security and privacy
  • Terms & policy
    • Privacy policy
    • Terms of service
    • Attribution policy
Powered by GitBook
On this page
  • Authentication
  • Metadata extraction

Was this helpful?

Export as PDF
  1. upload anything
  2. Raster infrastructure
  3. Cloud storage

Amazon S3

PreviousCloud storageNextGoogle Cloud Storage

Last updated 2 days ago

Was this helpful?

Connect to a bucket in to browse and visualize your raster data in Felt.

This feature is only available to customers on the . To upgrade, .

  1. Click + New Source

  2. Select Amazon S3

  3. Fill in the Connection Details

    1. Source Name: name of the source in Felt

    2. GS URI: a URL to a bucket in Amazon S3, such as s3://my-storage-bucket/my_prefix. If the URL contains a prefix (in this example, my_prefix, Felt will only search for objects that start with it.

  4. Who can see this source?: control access to this source within Felt

  5. Click Connect

  6. Once connected you will see a catalog of your data with previews for your new source

  7. From here you can add any of these layers to your spatial dashboards!

Authentication

    • s3:GetObject

    • s3:GetObjectVersion

    • s3:ListBucket

    • s3:GetBucketLocation

  • Create a Trust Relationship for said role that allows Felt to access your assets. Make sure to include all the principals listed below:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Principal": {
                "AWS": [
                    "arn:aws:iam::949302143999:root",
                    "arn:aws:iam::452667257775:root",
                    "arn:aws:iam::375127086520:root",
                    "arn:aws:iam::033636008376:root"
                ]
            },
            "Action": "sts:AssumeRole"
        }
    ]
}

Metadata extraction

Felt can extract metadata properties from the filepaths to objects in your bucket. Learn more in Organizing your raster data.

Click on the Library () in the toolbar

Credentials: see the following section.

For private S3 buckets, you will need to allow Felt to on your account:

Create a that allows listing and reading objects in the S3 buckets where your assets are located. It should be able to perform the following actions:

Create and attach the aforementioned policy to it.

assume an IAM role
policy
an IAM role
Authentication
Amazon S3
Enterprise plan
contact sales