diff --git a/app.yaml b/app.yaml index 0d4b5b6..e785e68 100644 --- a/app.yaml +++ b/app.yaml @@ -70,6 +70,8 @@ spec: secretKeyRef: name: memelord-jake-bucket key: secretKey + - name: AWS_S3_ADDRESSING_STYLE + value: path - name: AWS_STORAGE_BUCKET_NAME value: "memelord-jake" - name: AWS_S3_ENDPOINT_URL @@ -115,15 +117,3 @@ spec: value: "True" - name: SECURE_COOKIES value: "True" - - # Use the patched app code (including patched settings.py) - volumeMounts: - - name: settings - mountPath: /opt/app/myproject/settings.py - subPath: settings.py - readOnly: true - - volumes: - - name: settings - configMap: - name: settings