Getting set up with MinIO as S3 storage #17740
Unanswered
Replies: 1 comment
-
|
In order to get things working I set a region value ( I then set the bucket to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have experience getting Dagster to work locally on a Mac with MinIO as their S3 storage?
I have MinIO <https://min.io/download#/macos|installed with brew>, have a bucket named
dagstersetup and a user with readwrite privileges. I have written a Python script usingboto3with the url and credentials to verify that I can connect and list the buckets successfully.What I'm struggling with is to get Dagster to work properly. I have the username/password in a
.envfile and I can use Dagster logger to show that the username/password are being set correctly usingos.getenvbut every time I try to materialize an asset that uses the S3 IOManager I getbotocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListObjects operation: Access Denied.I have the resource setup as follows in init__.py
Beta Was this translation helpful? Give feedback.
All reactions