LogoLogo
  • Overview
  • publisher
    • Introduction
    • Getting Started
      • Logging in to Publisher
    • Data Sources
      • Connecting a Data Source
      • Managing a Data Source
      • Connectors
        • AWS S3 Permissions
        • Connecting to AWS S3 Storage
        • Google Cloud Storage (GCS) Permissions
        • Connecting to Google Cloud Storage
        • PostgreSQL Permissions
        • Connecting to PostgreSQL
        • PostgreSQL on Azure Permissions
        • Microsoft Azure Blob Storage Permissions
        • Connecting to Microsoft Azure Blob Storage
        • Connecting to HTTPS
        • Connecting to other sources via Trino
          • BigQuery
    • Collections
      • Creating a Collection
      • Sharing a Collection
      • Collection Filters
      • Editing Collection Metadata
      • Updating Collection Contents
    • Access Policies
      • Creating an Access Policy
      • Managing Access Policies
    • Questions
      • Adding Questions
      • Example Question
    • Settings
      • Viewing Current and Past Administrators
      • Adding an Administrator
      • Removing an Administrator
      • Setting Notification Preferences
  • Explorer
    • Introduction
    • Viewing a Collection
    • Browsing Collections
    • Asking Questions
    • Accessing a Private Collection
      • Requesting Access to a Private Collection
    • Filtering Data in Tables
      • Strings
      • Dates
      • Numbers
  • Workbench
    • Introduction
    • Getting Started
      • Logging into Workbench
      • Connecting an Engine
      • Finding or Importing a Workflow
      • Configuring Workflow Inputs
      • Running and Monitoring a Workflow
      • Locating Outputs
    • Engines
      • Adding and Updating an Engine
        • On AWS HealthOmics
        • On Microsoft Azure
        • On Google Cloud Platform
        • On Premises
      • Parameters
        • AWS HealthOmics
        • Google Cloud Platform
        • Microsoft Azure
        • On-Premises
        • Cromwell
        • Amazon Genomics CLI
    • Workflows
      • Finding Workflows
      • Adding a Workflow
      • Supported Languages
      • Repositories
        • Dockstore
    • Instruments
      • Getting Started with Instruments
      • Connecting a Storage Account
      • Using Sample Data in a Workflow
      • Running Workflows Using Samples
      • Family Based Analysis with Pedigree Information
      • Monitor the Workflow
      • CLI Reference
        • Instruments
        • Storage
        • Samples
        • OpenAPI Specification
    • Entities
    • Terminology
  • Passport
    • Introduction
    • Registering an Email Address for a Google Identity
  • Command Line Interface
    • Installation
    • Usage Examples
    • Working with JSON Data
    • Reference
      • workbench
        • runs submit
        • runs list
        • runs describe
        • runs cancel
        • runs delete
        • runs logs
        • runs tasks list
        • runs events list
        • engines list
        • engines describe
        • engines parameters list
        • engines parameters describe
        • engines health-checks list
        • workflows create
        • workflows list
        • workflows describe
        • workflows update
        • workflows delete
        • workflows versions create
        • workflows versions list
        • workflows versions describe
        • workflows versions files
        • workflows versions update
        • workflows versions delete
        • workflows versions defaults create
        • workflows versions defaults list
        • workflows versions defaults describe
        • workflows versions defaults update
        • workflows versions defaults delete
        • namespaces get-default
        • storage add
        • storage delete
        • storage describe
        • storage list
        • storage update
        • storage platforms add
        • storage platforms delete
        • storage platforms describe
        • storage platforms list
        • samples list
        • samples describe
        • samples files list
      • publisher
        • datasources list
  • Analysis
    • Python Library
    • Popular Environments
      • Cromwell
      • CWL Tool
      • Terra
      • Nextflow
      • DNAnexus
Powered by GitBook

© DNAstack. All rights reserved.

On this page
  • AWS S3 Permissions
  • Prerequisites
  • Configuration Process
  • Initial Setup
  • Connection Details
  • Data Update Configuration
  • Finalizing Setup

Was this helpful?

  1. publisher
  2. Data Sources
  3. Connectors

Connecting to AWS S3 Storage

Amazon S3 is AWS’s object storage solution for the cloud. Object storage is optimized for storing massive amounts of unstructured data.

PreviousAWS S3 PermissionsNextGoogle Cloud Storage (GCS) Permissions

Last updated 4 months ago

Was this helpful?

AWS S3 Permissions

Connect to storage to access and share your data. The configuration process involves setting up connection details and choosing data update preferences.

Prerequisites

Before starting, gather these required details:

  • S3 bucket name

  • Bucket region

  • AWS Access Key ID

  • AWS Secret Access Key

Configuration Process

Initial Setup

From the Publisher interface, select "Data Sources" in the navigation bar and click the "Connect Data Source" button. Choose "AWS S3 Object Store" from the available connectors.

Connection Details

Enter your AWS S3 configuration:

  • Storage Bucket name

  • Access Key ID (or "Anonymous" for public access)

  • Secret Access Key (or "Anonymous" for public access)

  • Bucket Region (e.g., us-east-1)

Note: For anonymous access to public buckets, use "Anonymous" for both the Access Key ID and Secret Access Key.

Data Update Configuration

Configure how Publisher monitors your S3 bucket for changes:

  • S3 Event Notifications with SQS:

    • Provide the SQS queue name

  • Scheduled Updates:

    • Choose an update interval (30 seconds to daily)

    • Updates can be configured later if needed

Finalizing Setup

Provide a descriptive name for your data source. After connection, you have the option to create and share a collection from this data source.

For more information about creating AWS access keys, consult .

Create a dedicated queue for S3 bucket notifications

If not already done, to publish messages to SQS.

Publisher
AWS S3
AWS documentation
SQS
grant Amazon S3 permissions