diff --git a/.env.example b/.env.example index 3ebac56023..2f2a3f46b3 100644 --- a/.env.example +++ b/.env.example @@ -67,6 +67,8 @@ AWS_PROFILE= AWS_SHARED_CREDENTIALS_FILE= # The default bucket name to store projects with an 'OPEN' access policy. S3_OPEN_ACCESS_BUCKET= +# The default bucket name to store logs and metrics related to project usage. +S3_SERVER_ACCESS_LOGS= # Datacite # Used to assign the DOIs diff --git a/physionet-django/console/templates/console/manage_published_project.html b/physionet-django/console/templates/console/manage_published_project.html index 7700cdda73..fda1899ba0 100644 --- a/physionet-django/console/templates/console/manage_published_project.html +++ b/physionet-django/console/templates/console/manage_published_project.html @@ -417,7 +417,7 @@
Create a bucket on AWS to store the files associated with this project. dsjkbjak {{project.id}} {{project.aws.bucket_name}} {{project.aws.sent_files}}
+Create a bucket on AWS to store the files associated with this project.