Skip to content

Commit

Permalink
Change the pattern for creating the bucket name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrystinne committed Oct 13, 2023
1 parent 6f4597e commit f0f1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physionet-django/project/cloud/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_bucket_name(project):
or project.access_policy == AccessPolicy.CREDENTIALED
or project.access_policy == AccessPolicy.CONTRIBUTOR_REVIEW
):
bucket_name = project.slug + "-" + project.version
bucket_name = project.slug
return bucket_name


Expand Down

0 comments on commit f0f1989

Please sign in to comment.