File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/storage/src/simcore_service_storage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1266,10 +1266,10 @@ async def create_s3_export(
12661266 try :
12671267 destination_object_key = create_random_export_name (user_id )
12681268
1269- # the return type here is not a `StorageFileID` object but contains a link
1270- # since most interfaces require a `StorageFileID` the object is not used
1271- # also not using the link mans not crossing the boundry of the service, keeping
1272- # everything internal
1269+ # The return type here isn't a `StorageFileID` object, but it includes a link.
1270+ # Since most interfaces expect a `StorageFileID`, the actual object isn't used.
1271+ # Avoiding the link also ensures we don't cross the service boundary,
1272+ # keeping everything internal.
12731273 await self .create_file_upload_links (
12741274 user_id = user_id ,
12751275 file_id = destination_object_key ,
You can’t perform that action at this time.
0 commit comments