scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Support AssumedRole authentication when reading Parquet files in S3 #156

Closed julienrf closed 1 week ago

julienrf commented 2 weeks ago

I tested manually that I could read Parquet files using the s3a:// protocol with direct credentials and with temporary credentials obtained via “assumed role”.

Fixes #149.