How to access S3 files for creating VG

Hi,
I've my .map file in s3 bucket. how can I use that for creating the new virtual graph?
this is my code. and what should I give in _uri for accessing the s3 file?

    with stardog.Admin(**conn_details) as admin:
        map = admin.new_virtual_graph('map', stardog.content.File(_uri),
                                      {'jdbc.driver': "driver"})

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.