Skip to content

Commit

Permalink
Revert "make attachment urls public"
Browse files Browse the repository at this point in the history
This reverts commit ad0e44b.
  • Loading branch information
omohokcoj committed Jun 11, 2023
1 parent 70e3e22 commit 39994ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/storage.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
local:
service: Disk
root: <%= ENV['WORKDIR'] %>motor-admin-attachments
public: true

disk:
service: Disk
root: <%= ENV['WORKDIR'] %>motor-admin-attachments
public: true

aws_s3:
service: S3
access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %>
secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
region: <%= ENV['AWS_REGION'] %>
bucket: <%= ENV['S3_ATTACHMENTS_BUCKET'] %>
public: true

google:
service: GCS
credentials: <%= JSON.parse(ENV['GCS_CREDENTIALS'] || '{}') %>
project: <%= ENV['GCS_PROJECT'] %>
bucket: <%= ENV['GCS_BUCKET'] %>
public: true

0 comments on commit 39994ee

Please sign in to comment.