Skip to content

Commit 640fd98

Browse files
author
Andrei Neagu
committed
rephrase
1 parent 2833283 commit 640fd98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services/storage/src/simcore_service_storage/simcore_s3_dsm.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)