Matt Menzenski
02/21/2024, 3:13 PMPass the access key ID and secret access key directly in theIs that just a normal s3 prefix (a “subdirectory”)? I would just use a URI likeby setting it tostate_backend.uri
.s3://<aws_access_key_id>:<aws_secret_access_key>@<your bucket name>/<prefix for state JSON blobs>
<s3://my-meltano-project/meltano_state/>
?Edgar Ramírez (Arch.dev)
02/21/2024, 4:46 PMIs that just a normal s3 prefix (a “subdirectory”)?correct
I would just use a URI likeyup, that should work?<s3://my-meltano-project/meltano_state/>
Matt Menzenski
02/21/2024, 5:37 PM