This commit is contained in:
Fanta RODRIGUE 2024-01-10 17:54:27 +00:00
parent e54252c781
commit 6792d7b375

View File

@ -38,7 +38,7 @@
"import s3fs\n",
"# Create filesystem object\n",
"S3_ENDPOINT_URL = \"https://\" + os.environ[\"AWS_S3_ENDPOINT\"]\n",
"fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url': S3_ENDPOINT_URL})"
"fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url': S3_ENDPOINT_URL})\n"
]
},
{