Skip to content

Commit

Permalink
update default s3 client
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Oct 23, 2020
1 parent 4af2e70 commit a9748e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oarepo_s3/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
S3_TENANT = None
"""An S3 tenant that owns the InvenioS3 target bucket"""

S3_CLIENT = 'oarepo_s3.s3.S3Client'
S3_CLIENT = 'oarepo_s3.S3Client'
"""S3 client class to be used for communication with AWS S3 APIs."""

S3_MULTIPART_UPLOAD_EXPIRATION = 3600 * 24
Expand Down

0 comments on commit a9748e1

Please sign in to comment.