Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#ask-community
Title
# ask-community
g
geoHeil
06/05/2022, 9:20 PM
When using
s3_resource
how can I specify
AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY
manually when the boto3 object is instanciated from dagster?
j
johann
06/06/2022, 2:06 PM
Via env vars or a credentials file
https://docs.dagster.io/deployment/guides/aws#using-s3-for-io-management
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials
✅ 1
g
geoHeil
06/06/2022, 2:30 PM
indeed - though the solution for me was different:
https://dagster.slack.com/archives/C02LJ7G0LAZ/p1654492792994999
2 Views
Post