diff --git a/Part 1/.DS_Store b/Part 1/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..da8a2714080cdbc60c74f04e48e0b3552ad7993c
Binary files /dev/null and b/Part 1/.DS_Store differ
diff --git a/Part 1/create-S3-and-put-docs.py b/Part 1/create-S3-and-put-docs.py
index 7587e0c415b746d955d4e0b76d39ddc4886d20a2..15eab796f83cb1b2393739c389ab7157f17905cb 100644
--- a/Part 1/create-S3-and-put-docs.py	
+++ b/Part 1/create-S3-and-put-docs.py	
@@ -2,7 +2,7 @@ import boto3
 import os
 
 LOCAL_DIR = "pdfs"
-BUCKET_NAME = 'cloud-lecture-2023'
+BUCKET_NAME = 'cloud-lecture-nabil-2024-25'
 
 # Initiate S3 client
 s3_client = boto3.client('s3')
diff --git a/Part 1/create-vector-db.py b/Part 1/create-vector-db.py
index 99ddcb3587a55f36ee18c94c2f27c61f8eda7f55..c411136cce568db0a844f63b533c52aaec96f631 100644
--- a/Part 1/create-vector-db.py	
+++ b/Part 1/create-vector-db.py	
@@ -5,8 +5,8 @@ import time
 
 
 client = boto3.client('opensearchserverless')
-service = 'aoss'
-Vector_store_name='test2'
+#service = 'aoss'
+Vector_store_name='test-nabil'
 
 def createEncryptionPolicy(client):
     """Creates an encryption policy that matches all collections beginning with test"""