Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Sep 12, 2023
1 parent 3a46245 commit 5359915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/blueprints/data/indexd.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def make_signed_url(self, file_name, protocol=None, expires_in=None, bucket=None
"fence not configured with data upload bucket; can't create signed URL"
)

self.logger.debug("Attemping to upload to bucket '{}'".format(bucket))
self.logger.debug("Attempting to upload to bucket '{}'".format(bucket))
s3_url = "s3://{}/{}/{}".format(bucket, self.guid, file_name)
url = S3IndexedFileLocation(s3_url).get_signed_url("upload", expires_in)

Expand Down

0 comments on commit 5359915

Please sign in to comment.