Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Change default scheme types for objects
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed May 1, 2024
1 parent e36a080 commit 78306cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async def create_object(
key=upload_file.filename,
bucket=os.environ['S3_BUCKET'],
host=os.environ['S3_HOST'],
scheme=schemas.SchemeEnum.http
scheme=schemas.SchemeEnum.s3
)

engine = get_engine()
Expand Down

0 comments on commit 78306cf

Please sign in to comment.