diff --git a/.env.example b/.env.example index 3ebac56023..12c08093a8 100644 --- a/.env.example +++ b/.env.example @@ -62,11 +62,14 @@ AWS_CLOUD_FORMATION=url # AWS credentials (Access Key and Secret Key): Configure AWS credentials in the AWS CLI profile using the 'aws configure' command. AWS_PROFILE= +AWS_ACCOUNT_ID= # Path to the file containing credentials for AWS # (https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#shared-credentials-file) 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 @@
AWS
are set.)

{% elif not project.aws.bucket_name %} -

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.

{% csrf_token %}