Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Nov 17, 2023
1 parent 24be259 commit eb53ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdv/datasets/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
BUCKET_URL = 'https://sdv-demo-datasets.s3.amazonaws.com'
ACCESS_KEY = None
SECRET_ACCESS_KEY = None
CONFIG = Config(signature_version=UNSIGNED)
METADATA_FILENAME = 'metadata.json'


Expand Down Expand Up @@ -168,7 +169,7 @@ def get_available_demos(modality):
's3',
aws_access_key_id=ACCESS_KEY,
aws_secret_access_key=SECRET_ACCESS_KEY,
config=Config(signature_version=UNSIGNED)
config=CONFIG
)
tables_info = defaultdict(list)
for item in client.list_objects(Bucket=BUCKET)['Contents']:
Expand Down

0 comments on commit eb53ede

Please sign in to comment.